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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 睛兢?? | 111000011100101110011001010111010011111100111111 | e1cb995d3f3f |
EUC-JP | 睛兢?? | 111000101100110111010001101111100011111100111111 | e2cdd1be3f3f |
UTF-8 | 睛兢렍렠 | 111001111001110110011011111001011000010110100010111010111010000010001101111010111010000010100000 | e79d9be585a2eba08deba0a0 |
UHC | 睛兢렍렠 | 1110111111101100110100001110011110001110101000111000111010110001 | efecd0e78ea38eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)