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 | 蓆灼漆 | 111001001110110010001110110111001000111010111101 | e4ec8edc8ebd |
EUC-JP | 蓆灼漆 | 111010001110111010111100110111101011110010111111 | e8eebcdebcbf |
UTF-8 | 蓆灼漆 | 111010001001001110000110111001111000000110111100111001101011110010000110 | e89386e781bce6bc86 |
UHC | 蓆灼漆 | 111000001011011011101101110001111111011011010100 | e0b6edc7f6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)