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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | コ獨ユコ獨ユB | 101110101110000011010101110101011011101011100000110101011101010101000010 | bae0d5d5bae0d5d542 |
EUC-JP | コ獨ユコ獨ユB | 10001110101110101110000011010111100011101101010110001110101110101110000011010111100011101101010101000010 | 8ebae0d78ed58ebae0d78ed542 |
UTF-8 | コ獨ユコ獨ユB | 11101111101111011011101011100111100011011010100011101111101111101001010111101111101111011011101011100111100011011010100011101111101111101001010101000010 | efbdbae78da8efbe95efbdbae78da8efbe9542 |
UHC | ?獨??獨?B | 001111111101010010111100001111110011111111010100101111000011111101000010 | 3fd4bc3f3fd4bc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)