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 | 1001111111010110100111111111000101001100011010001001111111010110100111111111000101001100 | 9fd69ff14c689fd69ff14c |
EUC-JP | 渫潁Lh渫潁L | 1101111011011000110111101111001101001100011010001101111011011000110111101111001101001100 | ded8def34c68ded8def34c |
UTF-8 | 渫潁Lh渫潁L | 111001101011100010101011111001101011110110000001010011000110100011100110101110001010101111100110101111011000000101001100 | e6b8abe6bd814c68e6b8abe6bd814c |
UHC | 渫潁Lh渫潁L | 1110000011011110111001111011100001001100011010001110000011011110111001111011100001001100 | e0dee7b84c68e0dee7b84c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)