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 | Þ÷áÆ | 11011110111101111110000111000110 | def7e1c6 |
SJIS-WIN | ?÷?? | 0011111110000001100000000011111100111111 | 3f81803f3f |
EUC-JP | Þ÷áÆ | 1000111110101001101100001010000111100000100011111010101110100001100011111010100110100001 | 8fa9b0a1e08faba18fa9a1 |
UTF-8 | Þ÷áÆ | 1100001110011110110000111011011111000011101000011100001110000110 | c39ec3b7c3a1c386 |
UHC | Þ÷?Æ | 10101000101011011010000111000000001111111010100010100001 | a8ada1c03fa8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)