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 | 芋?鬼 | 1000100011110000001111111000101101010011 | 88f03f8b53 |
EUC-JP | 芋?鬼 | 1011000011110010001111111011010110110100 | b0f23fb5b4 |
UTF-8 | 芋닺鬼 | 111010001000101010001011111010111000101110111010111010011010110010111100 | e88a8beb8bbae9acbc |
UHC | 芋닺鬼 | 111010011110001110110100111010001101000010100001 | e9e3b4e8d0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)