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 | 蒸?貞 | 1000111111110110001111111001001011100101 | 8ff63f92e5 |
EUC-JP | 蒸?貞 | 1011111011111000001111111100010011100111 | bef83fc4e7 |
UTF-8 | 蒸렧貞 | 111010001001001010111000111010111010000010100111111010001011001010011110 | e892b8eba0a7e8b29e |
UHC | 蒸렧貞 | 111100011111101010001110101101101110111111110110 | f1fa8eb6eff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)