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 | 100100111111101010001011101101000011111101000010 | 93fa8bb43f42 |
EUC-JP | 日橋?B | 110001101111110010110110101101100011111101000010 | c6fcb6b63f42 |
UTF-8 | 日橋벅B | 11100110100101111010010111100110101010011000101111101011101100101000010101000010 | e697a5e6a98bebb28542 |
UHC | 日橋벅B | 11101100111011011100111011101001101110011111011101000010 | ecedcee9b9f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)