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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 鐔誌蹴F | 11101000010111001000111010001111100011110101001001000110 | e85c8e8f8f5246 |
EUC-JP | 鐔誌蹴F | 11101111101111011011101111101111101111011011001101000110 | efbdbbefbdb346 |
UTF-8 | 鐔誌蹴F | 11101001100100001001010011101000101010101000110011101000101110011011010001000110 | e99094e8aa8ce8b9b446 |
UHC | ?誌蹴F | 001111111111001010111100111101011110110101000110 | 3ff2bcf5ed46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)