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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 跣褻碩U | 11100110111011111110010111110110100100001101011101010101 | e6efe5f690d755 |
EUC-JP | 跣褻碩U | 11101100111100011110101011111000110000001101100101010101 | ecf1eaf8c0d955 |
UTF-8 | 跣褻碩U | 11101000101101111010001111101000101001001011101111100111101000101010100101010101 | e8b7a3e8a4bbe7a2a955 |
UHC | 跣褻碩U | 11100000110100111110000011100001111000001011010101010101 | e0d3e0e1e0b555 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)