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 | 犂顫葢犂 | 1110000010110010111010001111101011100100111000101110000010110010 | e0b2e8fae4e2e0b2 |
EUC-JP | 犂顫葢犂 | 1110000010110100111100001111110011101000111001001110000010110100 | e0b4f0fce8e4e0b4 |
UTF-8 | 犂顫葢犂 | 111001111000101010000010111010011010000110101011111010001001000110100010111001111000101010000010 | e78a82e9a1abe891a2e78a82 |
UHC | ?顫?? | 0011111111101111101101010011111100111111 | 3fefb53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)