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 | 111011001000101010011000010011000110100011101100100010101001100001001100 | ec8a984c68ec8a984c |
SJIS-WIN | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
EUC-JP | ì??Lhì??L | 10001111101010111100000000111111001111110100110001101000100011111010101111000000001111110011111101001100 | 8fabc03f3f4c688fabc03f3f4c |
UTF-8 | ìLhìL | 110000111010110011000010100010101100001010011000010011000110100011000011101011001100001010001010110000101001100001001100 | c3acc28ac2984c68c3acc28ac2984c |
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)