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 | ?碚 | 001111111110000111101110 | 3fe1ee |
EUC-JP | 焌碚 | 1000111111001001111010001110001011110000 | 8fc9e8e2f0 |
UTF-8 | 焌碚 | 111001111000010010001100111001111010001010011010 | e7848ce7a29a |
UHC | 焌? | 111100011110000000111111 | f1e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)