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 | 遮萸借 | 100011101101010111100100110011101000111011011000 | 8ed5e4ce8ed8 |
EUC-JP | 遮萸借 | 101111001101011111101000110100001011110011011010 | bcd7e8d0bcda |
UTF-8 | 遮萸借 | 111010011000000110101110111010001001000010111000111001011000000010011111 | e981aee890b8e5809f |
UHC | 遮萸借 | 111100111011010011101011101011011111001110101000 | f3b4ebadf3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)