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 | 霓ゆ? | 1110100010111101100000101110010000111111 | e8bd82e43f |
EUC-JP | 霓ゆ? | 1111000010111111101001001110011000111111 | f0bfa4e63f |
UTF-8 | 霓ゆ뤃 | 111010011001110010010011111000111000001010000110111010111010010010000011 | e99c93e38286eba483 |
UHC | 霓ゆ뤃 | 111001111110011110101010111001101000111110110100 | e7e7aae68fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)