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 | 莊睡■ | 111001001011010110010000100001111000000110100001 | e4b5908781a1 |
EUC-JP | 莊睡■ | 111010001011011110111111111001111010001010100011 | e8b7bfe7a2a3 |
UTF-8 | 莊睡■ | 111010001000111010001010111001111001110110100001111000101001011010100000 | e88e8ae79da1e296a0 |
UHC | 莊睡■ | 111011011111011011100010101100101010000111100001 | edf6e2b2a1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)