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 | 猝琿橆 | 111000001100101011100000111010111111101011101111 | e0cae0ebfaef |
EUC-JP | 猝琿橆 | 11100000110011001110000011101101100011111100010110100111 | e0cce0ed8fc5a7 |
UTF-8 | 猝琿橆 | 111001111000110010011101111001111001000010111111111001101010100110000110 | e78c9de790bfe6a986 |
UHC | 猝琿? | 1111000011110001111110111110101000111111 | f0f1fbea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)