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 | ?夭悳埃? | 0011111110011010111011101001110001111011100110101011101000111111 | 3f9aee9c7b9aba3f |
EUC-JP | ?夭悳埃? | 0011111111010100111100001101011111011100110101001011110000111111 | 3fd4f0d7dcd4bc3f |
UTF-8 | 뤚夭悳埃렑 | 111010111010010010011010111001011010010010101101111001101000001010110011111001011001111110000011111010111010000010010001 | eba49ae5a4ade682b3e59f83eba091 |
UHC | 뤚夭悳埃렑 | 10001111110010011110100011101100110100111110110111100100111011111000111010100110 | 8fc9e8ecd3ede4ef8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)