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 | 10010010111001010011111110001000110101100011111101000010 | 92e53f88d63f42 |
EUC-JP | 貞?椅?B | 11000100111001110011111110110000110110000011111101000010 | c4e73fb0d83f42 |
UTF-8 | 貞렟椅렦B | 11101000101100101001111011101011101000001001111111100110101001001000010111101011101000001010011001000010 | e8b29eeba09fe6a485eba0a642 |
UHC | 貞렟椅렦B | 111011111111011010001110101100001110101111110101100011101011010101000010 | eff68eb0ebf58eb542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)