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 | 睚洟菷 | 111000011100100010011111101001001110010011000110 | e1c89fa4e4c6 |
EUC-JP | 睚洟菷 | 111000101100101011011110101001101110100011001000 | e2cadea6e8c8 |
UTF-8 | 睚洟菷 | 111001111001110110011010111001101011010010011111111010001000111110110111 | e79d9ae6b49fe88fb7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)