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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 玳膰Lh玳膰L | 1110000011011100111001000101011101001100011010001110000011011100111001000101011101001100 | e0dce4574c68e0dce4574c |
EUC-JP | 玳膰Lh玳膰L | 1110000011011110111001111011100001001100011010001110000011011110111001111011100001001100 | e0dee7b84c68e0dee7b84c |
UTF-8 | 玳膰Lh玳膰L | 111001111000111010110011111010001000011010110000010011000110100011100111100011101011001111101000100001101011000001001100 | e78eb3e886b04c68e78eb3e886b04c |
UHC | 玳?Lh玳?L | 110100111110010100111111010011000110100011010011111001010011111101001100 | d3e53f4c68d3e53f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)