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 | 騷繕悚騷 | 1110100101111010100100010101010110011100100111101110100101111010 | e97a91559c9ee97a |
EUC-JP | 騷繕悚騷 | 1111000111011011110000011011011011010111111111101111000111011011 | f1dbc1b6d7fef1db |
UTF-8 | 騷繕悚騷 | 111010011010100010110111111001111011100110010101111001101000001010011010111010011010100010110111 | e9a8b7e7b995e6829ae9a8b7 |
UHC | 騷繕悚騷 | 1110000111010011111000001100101111100001111001011110000111010011 | e1d3e0cbe1e5e1d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)