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 | 髓?族 | 1110100110010010001111111001000110110000 | e9923f91b0 |
EUC-JP | 髓?族 | 1111000111110010001111111100001010110010 | f1f23fc2b2 |
UTF-8 | 髓렍族 | 111010011010101110010011111010111010000010001101111001101001011110001111 | e9ab93eba08de6978f |
UHC | 髓렍族 | 111000101101000010001110101000111111000011101001 | e2d08ea3f0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)