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 | ??霆?? | 001111110011111111101000101110110011111100111111 | 3f3fe8bb3f3f |
EUC-JP | 饔?霆?? | 1000111111101000111011110011111111110000101111010011111100111111 | 8fe8ef3ff0bd3f3f |
UTF-8 | 饔렡霆쇱렫 | 111010011010010110010100111010111010000010100001111010011001110010000110111011001000011110110001111010111010000010101011 | e9a594eba0a1e99c86ec87b1eba0ab |
UHC | 饔렡霆쇱렫 | 11101000101111011000111010110010111011111111110110111100111011001000111010111001 | e8bd8eb2effdbcec8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)