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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 邊溽 | 11100111101100101001111111100111 | e7b29fe7 |
EUC-JP | 邊溽 | 11101110101101001101111011101001 | eeb4dee9 |
UTF-8 | 邊溽 | 111010011000001010001010111001101011101010111101 | e9828ae6babd |
UHC | 邊? | 110111001010101100111111 | dcab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)