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 | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | ゚ムLh゚ムL | 11011111110100010100110001101000110111111101000101001100 | dfd14c68dfd14c |
EUC-JP | ゚ムLh゚ムL | 1000111011011111100011101101000101001100011010001000111011011111100011101101000101001100 | 8edf8ed14c688edf8ed14c |
UTF-8 | ゚ムLh゚ムL | 111011111011111010011111111011111011111010010001010011000110100011101111101111101001111111101111101111101001000101001100 | efbe9fefbe914c68efbe9fefbe914c |
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)