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 | 111000001010000000111111010011000110100011100000101000000011111101001100 | e0a03f4c68e0a03f4c |
EUC-JP | 燿?Lh燿?L | 111000001010001000111111010011000110100011100000101000100011111101001100 | e0a23f4c68e0a23f4c |
UTF-8 | 燿큛Lh燿큛L | 111001111000011110111111111011011000000110011011010011000110100011100111100001111011111111101101100000011001101101001100 | e787bfed819b4c68e787bfed819b4c |
UHC | 燿큛Lh燿큛L | 1110100011111100101101000110100101001100011010001110100011111100101101000110100101001100 | e8fcb4694c68e8fcb4694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)