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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 彦??彦??^ | 100101010100011000111111001111111001010101000110001111110011111101011110 | 95463f3f95463f3f5e |
EUC-JP | 彦??彦??^ | 110010011010011100111111001111111100100110100111001111110011111101011110 | c9a73f3fc9a73f3f5e |
UTF-8 | 彦룡섕彦룻뿷^ | 11100101101111011010011011101011101000111010000111101100100001001001010111100101101111011010011011101011101000111011101111101011101111111011011101011110 | e5bda6eba3a1ec8495e5bda6eba3bbebbfb75e |
UHC | 彦룡섕彦룻뿷^ | 11100101111010011011011111100110101111001010110011100101111010011011011111101101100101111011011101011110 | e5e9b7e6bcace5e9b7ed97b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)