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 | 100111111111011110001011101101000011111101000010 | 9ff78bb43f42 |
EUC-JP | 漿橋?B | 110111101111100110110110101101100011111101000010 | def9b6b63f42 |
UTF-8 | 漿橋륏B | 11100110101111001011111111100110101010011000101111101011101001011000111101000010 | e6bcbfe6a98beba58f42 |
UHC | 漿橋륏B | 11101101111011001100111011101001101101111111011101000010 | edeccee9b7f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)