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 | 昞 | 11111010110100111111001111101001 | fad3f3e9 |
EUC-JP | 昞? | 10001111110000101010000100111111 | 8fc2a13f |
UTF-8 | 昞 | 111001101001100010011110111011101000101110011100 | e6989eee8b9c |
UHC | 昞? | 110111001011010100111111 | dcb53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)