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 | LG | 1000000101001100100000011000101101000111 | 814c818b47 |
SJIS-WIN | ?L??G | 0011111101001100001111110011111101000111 | 3f4c3f3f47 |
EUC-JP | ?L??G | 0011111101001100001111110011111101000111 | 3f4c3f3f47 |
UTF-8 | LG | 1100001010000001010011001100001010000001110000101000101101000111 | c2814cc281c28b47 |
UHC | ?L??G | 0011111101001100001111110011111101000111 | 3f4c3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)