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 | 蓆?碩 | 1110010011101100001111111001000011010111 | e4ec3f90d7 |
EUC-JP | 蓆饍碩 | 11101000111011101000111111101000111011011100000011011001 | e8ee8fe8edc0d9 |
UTF-8 | 蓆饍碩 | 111010001001001110000110111010011010010110001101111001111010001010101001 | e89386e9a58de7a2a9 |
UHC | 蓆饍碩 | 111000001011011011100000110101111110000010110101 | e0b6e0d7e0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)