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 | 腺? | 100100010100001000111111 | 91423f |
EUC-JP | 腺瀯 | 1100000110100011100011111100100110110010 | c1a38fc9b2 |
UTF-8 | 腺瀯 | 111010001000010110111010111001111000000010101111 | e885bae780af |
UHC | 腺瀯 | 11100000110011011110011110111011 | e0cde7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)