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 | ?n?? | 00111111011011100011111100111111 | 3f6e3f3f |
SJIS-WIN | 辰n叩奪 | 10010010010000110110111010010010010000001001001001000100 | 92436e92409244 |
EUC-JP | 辰n叩奪 | 11000011101001000110111011000011101000011100001110100101 | c3a46ec3a1c3a5 |
UTF-8 | 辰n叩奪 | 11101000101111101011000001101110111001011000111110101001111001011010010110101010 | e8beb06ee58fa9e5a5aa |
UHC | 辰n叩奪 | 11110010111000110110111011001101101100001111011110101100 | f2e36ecdb0f7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)