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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 涌唏涌唏^ | 100101110100111110011010010010001001011101001111100110100100100001011110 | 974f9a48974f9a485e |
EUC-JP | 涌唏涌唏^ | 110011011011000011010011101010011100110110110000110100111010100101011110 | cdb0d3a9cdb0d3a95e |
UTF-8 | 涌唏涌唏^ | 11100110101101101000110011100101100101001000111111100110101101101000110011100101100101001000111101011110 | e6b68ce5948fe6b68ce5948f5e |
UHC | 涌?涌?^ | 11101001101111110011111111101001101111110011111101011110 | e9bf3fe9bf3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)