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 | ?證? | 00111111111001101001101000111111 | 3fe69a3f |
EUC-JP | ?證? | 00111111111010111111101000111111 | 3febfa3f |
UTF-8 | 뤴證라 | 111010111010010010110100111010001010110110001001111010111001110110111100 | eba4b4e8ad89eb9dbc |
UHC | 뤴證라 | 100011111110001011110001111110111011011011110011 | 8fe2f1fbb6f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)