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 | 1110000110110011111000010111110001001100011010001110000110110011111000010111110001001100 | e1b3e17c4c68e1b3e17c4c |
EUC-JP | 盖痞Lh盖痞L | 1110001010110101111000011101110101001100011010001110001010110101111000011101110101001100 | e2b5e1dd4c68e2b5e1dd4c |
UTF-8 | 盖痞Lh盖痞L | 111001111001101110010110111001111001011110011110010011000110100011100111100110111001011011100111100101111001111001001100 | e79b96e7979e4c68e79b96e7979e4c |
UHC | 盖?Lh盖?L | 110010111100110000111111010011000110100011001011110011000011111101001100 | cbcc3f4c68cbcc3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)