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 | 11001000110011000100110001101000110010001100110001001100 | c8cc4c68c8cc4c |
SJIS-WIN | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
EUC-JP | ÈÌLhÈÌL | 100011111010101010110010100011111010101011000000010011000110100010001111101010101011001010001111101010101100000001001100 | 8faab28faac04c688faab28faac04c |
UTF-8 | ÈÌLhÈÌL | 1100001110001000110000111000110001001100011010001100001110001000110000111000110001001100 | c388c38c4c68c388c38c4c |
UHC | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)