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 | ??BmF | 0011111100111111010000100110110101000110 | 3f3f426d46 |
SJIS-WIN | ?}BmF | 001111111000000101110000010000100110110101000110 | 3f8170426d46 |
EUC-JP | ?}BmF | 001111111010000111010001010000100110110101000110 | 3fa1d1426d46 |
UTF-8 | 룵}BmF | 111010111010001110110101111011111011110110011101010000100110110101000110 | eba3b5efbd9d426d46 |
UHC | 룵}BmF | 10001111101010101010001111111101010000100110110101000110 | 8faaa3fd426d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)