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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 耶ュ?B | 100101101110101110000011100001010011111101000010 | 96eb83853f42 |
EUC-JP | 耶ュ?B | 110011001110110110100101111001010011111101000010 | cceda5e53f42 |
UTF-8 | 耶ュ뜏B | 11101000100000001011011011100011100000111010010111101011100111001000111101000010 | e880b6e383a5eb9c8f42 |
UHC | 耶ュ뜏B | 11100101101011011010101111100101100011011001001001000010 | e5adabe58d9242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)