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 | 1000110110001000100011001101010001001100011010001000110110001000100011001101010001001100 | 8d888cd44c688d888cd44c |
SJIS-WIN | ????Lh????L | 0011111100111111001111110011111101001100011010000011111100111111001111110011111101001100 | 3f3f3f3f4c683f3f3f3f4c |
EUC-JP | ???ÔLh???ÔL | 001111110011111100111111100011111010101011010100010011000110100000111111001111110011111110001111101010101101010001001100 | 3f3f3f8faad44c683f3f3f8faad44c |
UTF-8 | ÔLhÔL | 11000010100011011100001010001000110000101000110011000011100101000100110001101000110000101000110111000010100010001100001010001100110000111001010001001100 | c28dc288c28cc3944c68c28dc288c28cc3944c |
UHC | ????Lh????L | 0011111100111111001111110011111101001100011010000011111100111111001111110011111101001100 | 3f3f3f3f4c683f3f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)