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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 冶?冶?^ | 10010110111010000011111110010110111010000011111101011110 | 96e83f96e83f5e |
EUC-JP | 冶?冶?^ | 11001100111010100011111111001100111010100011111101011110 | ccea3fccea3f5e |
UTF-8 | 冶숧冶숧^ | 11100101100001101011011011101100100010001010011111100101100001101011011011101100100010001010011101011110 | e586b6ec88a7e586b6ec88a75e |
UHC | 冶숧冶숧^ | 111001011010011110011010010001001110010110100111100110100100010001011110 | e5a79a44e5a79a445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)