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 | 1110000011011000111000010101000101001100011010001110000011011000111000010101000101001100 | e0d8e1514c68e0d8e1514c |
EUC-JP | 獵甓Lh獵甓L | 1110000011011010111000011011001001001100011010001110000011011010111000011011001001001100 | e0dae1b24c68e0dae1b24c |
UTF-8 | 獵甓Lh獵甓L | 111001111000110110110101111001111001010010010011010011000110100011100111100011011011010111100111100101001001001101001100 | e78db5e794934c68e78db5e794934c |
UHC | 獵?Lh獵?L | 110101101011010000111111010011000110100011010110101101000011111101001100 | d6b43f4c68d6b43f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)