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 | ?L??G | 0011111101001100001111110011111101000111 | 3f4c3f3f47 |
SJIS-WIN | LモケG | 111101111010110001001100110100111011100101000111 | f7ac4cd3b947 |
EUC-JP | ?LモケG | 00111111010011001000111011010011100011101011100101000111 | 3f4c8ed38eb947 |
UTF-8 | LモケG | 1110111010010110100011110100110011101111101111101001001111101111101111011011100101000111 | ee968f4cefbe93efbdb947 |
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)