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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 升??如 | 100011111010000100111111001111111001010001000000 | 8fa13f3f9440 |
EUC-JP | 升??如 | 101111101010001100111111001111111100011110100001 | bea33f3fc7a1 |
UTF-8 | 升뚩똁如 | 111001011000110110000111111010111001101010101001111010111001100010000001111001011010011010000010 | e58d87eb9aa9eb9881e5a682 |
UHC | 升뚩똁如 | 1110001110101110100011001110100010001100010000101110010111111101 | e3ae8ce88c42e5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)