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 | ?梨?悧^ | 00111111100101111001110000111111100111001010010001011110 | 3f979c3f9ca45e |
EUC-JP | ?梨?悧^ | 00111111110011011111110000111111110110001010011001011110 | 3fcdfc3fd8a65e |
UTF-8 | 롈梨롈悧^ | 11101011101000011000100011100110101000101010100011101011101000011000100011100110100000101010011101011110 | eba188e6a2a8eba188e682a75e |
UHC | 롈梨롈悧^ | 100011101100111011010111110111101000111011001110110101111101110001011110 | 8eced7de8eced7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)