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 | 信??信 | 100100000100110100111111001111111001000001001101 | 904d3f3f904d |
EUC-JP | 信??信 | 101111111010111000111111001111111011111110101110 | bfae3f3fbfae |
UTF-8 | 信띴뙭信 | 111001001011111110100001111010111001110110110100111010111001100110101101111001001011111110100001 | e4bfa1eb9db4eb99ade4bfa1 |
UHC | 信띴뙭信 | 1110001111100001100011011110010010001100101100001110001111100001 | e3e18de48cb0e3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)