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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 騷繕悚 | 111010010111101010010001010101011001110010011110 | e97a91559c9e |
EUC-JP | 騷繕悚 | 111100011101101111000001101101101101011111111110 | f1dbc1b6d7fe |
UTF-8 | 騷繕悚 | 111010011010100010110111111001111011100110010101111001101000001010011010 | e9a8b7e7b995e6829a |
UHC | 騷繕悚 | 111000011101001111100000110010111110000111100101 | e1d3e0cbe1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)