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 | 彦룡섕彦륙낮^ | 11100101101111011010011011101011101000111010000111101100100001001001010111100101101111011010011011101011101001011001100111101011100000101010111001011110 | e5bda6eba3a1ec8495e5bda6eba599eb82ae5e |
UHC | 彦룡섕彦륙낮^ | 11100101111010011011011111100110101111001010110011100101111010011011011111111010101100111011011101011110 | e5e9b7e6bcace5e9b7fab3b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)