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 | 10001110110101111110001011001111100011101011000001000010 | 8ed7e2cf8eb042 |
EUC-JP | 邪簪鴫B | 10111100110110011110010011010001101111001011001001000010 | bcd9e4d1bcb242 |
UTF-8 | 邪簪鴫B | 11101001100000101010101011100111101100001010101011101001101101001010101101000010 | e982aae7b0aae9b4ab42 |
UHC | 邪簪?B | 110111101111011111101101110110000011111101000010 | def7edd83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)