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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鮃ケ竊川纐 | 111010011011011110111001111000101000011010010000111011001110001110010110 | e9b7b9e28690ece396 |
EUC-JP | 鮃ケ竊川纐 | 11110010101110011000111010111001111000111110011011000000111011101110010111110110 | f2b98eb9e3e6c0eee5f6 |
UTF-8 | 鮃ケ竊川纐 | 111010011010111010000011111011111011110110111001111001111010101110001010111001011011011110011101111001111011101010010000 | e9ae83efbdb9e7ab8ae5b79de7ba90 |
UHC | ??竊川? | 00111111001111111110111110111100111101001011100100111111 | 3f3fefbcf4b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)