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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜚ク鮨冗 | 11100101100101001011100011101001101111011000111111100111 | e594b8e9bd8fe7 |
EUC-JP | 蜚ク鮨冗 | 1110100111110100100011101011100011110010101111111011111011101001 | e9f48eb8f2bfbee9 |
UTF-8 | 蜚ク鮨冗 | 111010001001110010011010111011111011110110111000111010011010111010101000111001011000011010010111 | e89c9aefbdb8e9aea8e58697 |
UHC | 蜚??冗 | 110111101010010000111111001111111110100110110111 | dea43f3fe9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)