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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 睫マ。B | 11100001110010101111001111100111110011111010000101000010 | e1caf3e7cfa142 |
EUC-JP | 睫?マ。B | 1110001011001100001111111000111011001111100011101010000101000010 | e2cc3f8ecf8ea142 |
UTF-8 | 睫マ。B | 11100111100111011010101111101110100010111001101011101111101111101000111111101111101111011010000101000010 | e79dabee8b9aefbe8fefbda142 |
UHC | 睫???B | 111101001110001000111111001111110011111101000010 | f4e23f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)