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 | 驕偃矧 | 111010011000000110011000111011101001010010001010 | e98198ee948a |
EUC-JP | 驕偃矧 | 111100011110000111010000111100001100011111101010 | f1e1d0f0c7ea |
UTF-8 | 驕偃矧 | 111010011010100110010101111001011000000110000011111001111001111110100111 | e9a995e58183e79fa7 |
UHC | 驕偃? | 1100111011110110111001011110011100111111 | cef6e5e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)