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 | ??SB | 00111111001111110101001101000010 | 3f3f5342 |
SJIS-WIN | 漆爵SB | 100011101011110110001110110111010101001101000010 | 8ebd8edd5342 |
EUC-JP | 漆爵SB | 101111001011111110111100110111110101001101000010 | bcbfbcdf5342 |
UTF-8 | 漆爵SB | 1110011010111100100001101110011110001000101101010101001101000010 | e6bc86e788b55342 |
UHC | 漆爵SB | 111101101101010011101101110010010101001101000010 | f6d4edc95342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)