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 | 0011111100111111111110100100001001000010 | 3f3ffa4242 |
EUC-JP | ?薏?B | 001111111000111111011001110111100011111101000010 | 3f8fd9de3f42 |
UTF-8 | 뤳薏ⅲB | 11101011101001001011001111101000100101101000111111100010100001011011001001000010 | eba4b3e8968fe285b242 |
UHC | 뤳薏ⅲB | 10001111111000011110101111111011101001011010001101000010 | 8fe1ebfba5a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)