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 | 壓邵゚ | 1001101011011000111001111011100011011111 | 9ad8e7b8df |
EUC-JP | 壓邵゚ | 110101001101101011101110101110101000111011011111 | d4daeeba8edf |
UTF-8 | 壓邵゚ | 111001011010001110010011111010011000001010110101111011111011111010011111 | e5a393e982b5efbe9f |
UHC | 壓邵? | 1110010011100010111000011101000000111111 | e4e2e1d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)