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 | ZT] | 1001001001011010100100100101010001011101 | 925a92545d |
SJIS-WIN | ?Z?T] | 0011111101011010001111110101010001011101 | 3f5a3f545d |
EUC-JP | ?Z?T] | 0011111101011010001111110101010001011101 | 3f5a3f545d |
UTF-8 | ZT] | 11000010100100100101101011000010100100100101010001011101 | c2925ac292545d |
UHC | ?Z?T] | 0011111101011010001111110101010001011101 | 3f5a3f545d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)