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 | 鮟秦硯 | 111010011011101110010000011000001000110010100101 | e9bb90608ca5 |
EUC-JP | 鮟秦硯 | 111100101011110110111111110000011011100010100111 | f2bdbfc1b8a7 |
UTF-8 | 鮟秦硯 | 111010011010111010011111111001111010011110100110111001111010000110101111 | e9ae9fe7a7a6e7a1af |
UHC | 鮟秦硯 | 111001001101010111110010110110101110011011011011 | e4d5f2dae6db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)