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 | 111011001000101110001011010011000110100011101100100010111000101101001100 | ec8b8b4c68ec8b8b4c |
SJIS-WIN | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
EUC-JP | ì??Lhì??L | 10001111101010111100000000111111001111110100110001101000100011111010101111000000001111110011111101001100 | 8fabc03f3f4c688fabc03f3f4c |
UTF-8 | ìLhìL | 110000111010110011000010100010111100001010001011010011000110100011000011101011001100001010001011110000101000101101001100 | c3acc28bc28b4c68c3acc28bc28b4c |
UHC | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)