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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 桎??桎??B | 100111100111111000111111001111111001111001111110001111110011111101000010 | 9e7e3f3f9e7e3f3f42 |
EUC-JP | 桎??桎??B | 110110111101111100111111001111111101101111011111001111110011111101000010 | dbdf3f3fdbdf3f3f42 |
UTF-8 | 桎롋렶桎롋렟B | 11100110101000011000111011101011101000011000101111101011101000001011011011100110101000011000111011101011101000011000101111101011101000001001111101000010 | e6a18eeba18beba0b6e6a18eeba18beba09f42 |
UHC | 桎롋렶桎롋렟B | 11110010111011101000111011010001100011101100000111110010111011101000111011010001100011101011000001000010 | f2ee8ed18ec1f2ee8ed18eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)