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 | 亥鯡叭 | 100010001110010111101001110010101001100111011010 | 88e5e9ca99da |
EUC-JP | 亥鯡叭 | 101100001110011111110010110011001101001011011100 | b0e7f2ccd2dc |
UTF-8 | 亥鯡叭 | 111001001011101010100101111010011010111110100001111001011000111110101101 | e4baa5e9afa1e58fad |
UHC | 亥?叭 | 1111101010100100001111111111100010100011 | faa43ff8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)