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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 種?貞 | 1000111011101101001111111001001011100101 | 8eed3f92e5 |
EUC-JP | 種?貞 | 1011110011101111001111111100010011100111 | bcef3fc4e7 |
UTF-8 | 種렧貞 | 111001111010100010101110111010111010000010100111111010001011001010011110 | e7a8aeeba0a7e8b29e |
UHC | 種렧貞 | 111100001111101010001110101101101110111111110110 | f0fa8eb6eff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)