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 | 100010100101000110001011101101000011111101000010 | 8a518bb43f42 |
EUC-JP | 害橋?B | 101100111011001010110110101101100011111101000010 | b3b2b6b63f42 |
UTF-8 | 害橋벅B | 11100101101011101011001111100110101010011000101111101011101100101000010101000010 | e5aeb3e6a98bebb28542 |
UHC | 害橋벅B | 11111010101010101100111011101001101110011111011101000010 | faaacee9b9f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)