To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | N»¼M | 1001001001001110100100011011101110010001101111001001001001001101 | 924e91bb91bc924d |
SJIS-WIN | ?N?????M | 0011111101001110001111110011111100111111001111110011111101001101 | 3f4e3f3f3f3f3f4d |
EUC-JP | ?N?????M | 0011111101001110001111110011111100111111001111110011111101001101 | 3f4e3f3f3f3f3f4d |
UTF-8 | N»¼M | 1100001010010010010011101100001010010001110000101011101111000010100100011100001010111100110000101001001001001101 | c2924ec291c2bbc291c2bcc2924d |
UHC | ?N???¼?M | 001111110100111000111111001111110011111110101000111110010011111101001101 | 3f4e3f3f3fa8f93f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)