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 | 遽矩。 | 1110011110101111100010111110100110100001 | e7af8be9a1 |
EUC-JP | 遽矩。 | 111011101011000110110110111010111000111010100001 | eeb1b6eb8ea1 |
UTF-8 | 遽矩。 | 111010011000000110111101111001111001111110101001111011111011110110100001 | e981bde79fa9efbda1 |
UHC | 遽矩? | 1100101111101000110011111011101100111111 | cbe8cfbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)