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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 簔ラ磆オ | 1110001011000001110101111110000111110101101101011111000111111100 | e2c1d7e1f5b5f1fc |
EUC-JP | 簔ラ磆オ? | 111001001100001110001110110101111110001011110111100011101011010100111111 | e4c38ed7e2f78eb53f |
UTF-8 | 簔ラ磆オ | 111001111011000010010100111011111011111010010111111001111010001110000110111011111011110110110101111011101000010110110111 | e7b094efbe97e7a386efbdb5ee85b7 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)