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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ナ瑚クェ蜿ゥ | 1100010110001100111010001011100010101010111001011000111110101001 | c58ce8b8aae58fa9 |
EUC-JP | ナ瑚クェ蜿ゥ | 100011101100010110111000111010101000111010111000100011101010101011101001111011111000111010101001 | 8ec5b8ea8eb88eaae9ef8ea9 |
UTF-8 | ナ瑚クェ蜿ゥ | 111011111011111010000101111001111001000110011010111011111011110110111000111011111011110110101010111010001001110010111111111011111011110110101001 | efbe85e7919aefbdb8efbdaae89cbfefbda9 |
UHC | ?瑚???? | 00111111111110111101000100111111001111110011111100111111 | 3ffbd13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)