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 | 鉉軸簧 | 111001111110100110001110101100101110001011001110 | e7e98eb2e2ce |
EUC-JP | 鉉軸簧 | 111011101110101110111100101101001110010011010000 | eeebbcb4e4d0 |
UTF-8 | 鉉軸簧 | 111010011000100110001001111010001011101110111000111001111011000010100111 | e98989e8bbb8e7b0a7 |
UHC | 鉉軸簧 | 111110101110100011110101111011101111110011010111 | fae8f5eefcd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)