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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 槢試 | 11111010111011001000111010001110 | faec8e8e |
EUC-JP | 槢試 | 1000111111000100111010101011101111101110 | 8fc4eabbee |
UTF-8 | 槢試 | 111001101010011110100010111010001010100110100110 | e6a7a2e8a9a6 |
UHC | ?試 | 001111111110001111001011 | 3fe3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)