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 | 驗瀏躄 | 111010011000010011100000011001111110011101010001 | e984e067e751 |
EUC-JP | 驗瀏躄 | 111100011110010011011111110010001110110110110010 | f1e4dfc8edb2 |
UTF-8 | 驗瀏躄 | 111010011010100110010111111001111000000010001111111010001011101010000100 | e9a997e7808fe8ba84 |
UHC | 驗瀏? | 1111101011010000110101111011011100111111 | fad0d7b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)