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 | 艸御浦 | 111001001000011110001100111001001000100101011001 | e4878ce48959 |
EUC-JP | 艸御浦 | 111001111110011110111000111001101011000110111010 | e7e7b8e6b1ba |
UTF-8 | 艸御浦 | 111010001000100110111000111001011011111010100001111001101011010110100110 | e889b8e5bea1e6b5a6 |
UHC | 艸御浦 | 111101011010110011100101110110011111100011011101 | f5ace5d9f8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)