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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??霆??? | 00111111001111111110100010111011001111110011111100111111 | 3f3fe8bb3f3f3f |
EUC-JP | 饔?霆??? | 100011111110100011101111001111111111000010111101001111110011111100111111 | 8fe8ef3ff0bd3f3f3f |
UTF-8 | 饔렡霆쇱렫렏 | 111010011010010110010100111010111010000010100001111010011001110010000110111011001000011110110001111010111010000010101011111010111010000010001111 | e9a594eba0a1e99c86ec87b1eba0abeba08f |
UHC | 饔렡霆쇱렫렏 | 111010001011110110001110101100101110111111111101101111001110110010001110101110011000111010100101 | e8bd8eb2effdbcec8eb98ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)