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 | 窪皎罰 | 100011000100010111100001101001111001010010110001 | 8c45e1a794b1 |
EUC-JP | 窪皎罰 | 101101111010011011100010101010011100100010110011 | b7a6e2a9c8b3 |
UTF-8 | 窪皎罰 | 111001111010101010101010111001111001101010001110111001111011110110110000 | e7aaaae79a8ee7bdb0 |
UHC | 窪皎罰 | 111010001100000111001110111010111101101111101011 | e8c1ceebdbeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)