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 | ?驗 | 001111111110100110000100 | 3fe984 |
EUC-JP | ?驗 | 001111111111000111100100 | 3ff1e4 |
UTF-8 | 뜘驗 | 111010111001110010011000111010011010100110010111 | eb9c98e9a997 |
UHC | 뜘驗 | 10001101100110111111101011010000 | 8d9bfad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)