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 | 中儡? | 1001001010000110100110010101001100111111 | 928699533f |
EUC-JP | 中儡? | 1100001111100110110100011011010000111111 | c3e6d1b43f |
UTF-8 | 中儡ㄸ | 111001001011100010101101111001011000010010100001111000111000010010111000 | e4b8ade584a1e384b8 |
UHC | 中儡ㄸ | 111100011110100111010110111011011010010010101000 | f1e9d6eda4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)