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 | 譏雁嶋 | 111001101001100010001010111001011001001110001000 | e6988ae59388 |
EUC-JP | 譏雁嶋 | 111010111111100010110100111001111100010111101000 | ebf8b4e7c5e8 |
UTF-8 | 譏雁嶋 | 111010001010110110001111111010011001101110000001111001011011011010001011 | e8ad8fe99b81e5b68b |
UHC | 譏雁嶋 | 110100011100000111100100110100101101001111110111 | d1c1e4d2d3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)