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 | 鴃帋蝣 | 111010011110111010011011111000011110010110100000 | e9ee9be1e5a0 |
EUC-JP | 鴃帋蝣 | 111100101111000011010110111000111110101010100010 | f2f0d6e3eaa2 |
UTF-8 | 鴃帋蝣 | 111010011011010010000011111001011011100010001011111010001001110110100011 | e9b483e5b88be89da3 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)