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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辜頑燦蕷九 | 11100111100000111000101011100110100011100101011111100101010100001000101111100011 | e7838ae68e57e5508be3 |
EUC-JP | 辜頑燦蕷九 | 11101101111000111011010011101000101110111011100011101001101100011011011011100101 | ede3b4e8bbb8e9b1b6e5 |
UTF-8 | 辜頑燦蕷九 | 111010001011111010011100111010011010000010010001111001111000011110100110111010001001010110110111111001001011100110011101 | e8be9ce9a091e787a6e895b7e4b99d |
UHC | 辜頑燦?九 | 110011011101000011101000110101111111001110111110001111111100111011111010 | cdd0e8d7f3be3fcefa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)