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 | 睫マ。 | 111000011100101011110011111001111100111110100001 | e1caf3e7cfa1 |
EUC-JP | 睫?マ。 | 11100010110011000011111110001110110011111000111010100001 | e2cc3f8ecf8ea1 |
UTF-8 | 睫マ。 | 111001111001110110101011111011101000101110011010111011111011111010001111111011111011110110100001 | e79dabee8b9aefbe8fefbda1 |
UHC | 睫??? | 1111010011100010001111110011111100111111 | f4e23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)