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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蒂蒂耄B | 11100100110110101110010011011010111000111100110001000010 | e4dae4dae3cc42 |
EUC-JP | 蒂蒂耄B | 11101000110111001110100011011100111001101100111001000010 | e8dce8dce6ce42 |
UTF-8 | 蒂蒂耄B | 11101000100100101000001011101000100100101000001011101000100000001000010001000010 | e89282e89282e8808442 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)