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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 錠?貞?B | 10001111111110010011111110010010111001010011111101000010 | 8ff93f92e53f42 |
EUC-JP | 錠?貞?B | 10111110111110110011111111000100111001110011111101000010 | befb3fc4e73f42 |
UTF-8 | 錠렔貞렫B | 11101001100011001010000011101011101000001001010011101000101100101001111011101011101000001010101101000010 | e98ca0eba094e8b29eeba0ab42 |
UHC | 錠렔貞렫B | 111011111111110010001110101010011110111111110110100011101011100101000010 | effc8ea9eff68eb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)