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 | 濠???帝 | 10001101100010100011111100111111001111111001001011101001 | 8d8a3f3f3f92e9 |
EUC-JP | 濠???帝 | 10111001111010100011111100111111001111111100010011101011 | b9ea3f3f3fc4eb |
UTF-8 | 濠렣뤱첸帝 | 111001101011111110100000111010111010000010100011111010111010010010110001111011001011001010111000111001011011100010011101 | e6bfa0eba0a3eba4b1ecb2b8e5b89d |
UHC | 濠렣뤱첸帝 | 11111011110011001000111010110100100011111101111111000011101111101111000010101000 | fbcc8eb48fdfc3bef0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)