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 | 跏セ蠑冗 | 11100110111001101011111011100101101111001000111111100111 | e6e6bee5bc8fe7 |
EUC-JP | 跏セ蠑冗 | 1110110011101000100011101011111011101010101111101011111011101001 | ece88ebeeabebee9 |
UTF-8 | 跏セ蠑冗 | 111010001011011110001111111011111011110110111110111010001010000010010001111001011000011010010111 | e8b78fefbdbee8a091e58697 |
UHC | 跏??冗 | 110010101011101000111111001111111110100110110111 | caba3f3fe9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)