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 | 磬貉蓆 | 111000011111110011100110101110011110010011101100 | e1fce6b9e4ec |
EUC-JP | 磬貉蓆 | 111000101111111011101100101110111110100011101110 | e2feecbbe8ee |
UTF-8 | 磬貉蓆 | 111001111010001110101100111010001011001010001001111010001001001110000110 | e7a3ace8b289e89386 |
UHC | 磬?蓆 | 1100110011100100001111111110000010110110 | cce43fe0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)