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 | 諢守汞 | 111001101000010010001110111001111001111110000111 | e6848ee79f87 |
EUC-JP | 諢守汞 | 111010111110010010111100111010011101110111100111 | ebe4bce9dde7 |
UTF-8 | 諢守汞 | 111010001010101110100010111001011010111010001000111001101011000110011110 | e8aba2e5ae88e6b19e |
UHC | ?守汞 | 0011111111100001111110101111101111110001 | 3fe1fafbf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)