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 | 繧。隨 | 1110001110000010101000011110011110101100 | e382a1e7ac |
EUC-JP | 繧。隨 | 111001011110001010001110101000011110111010101110 | e5e28ea1eeae |
UTF-8 | 繧。隨 | 111001111011100110100111111011111011110110100001111010011001101010101000 | e7b9a7efbda1e99aa8 |
UHC | ??隨 | 00111111001111111110001011001011 | 3f3fe2cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)