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 | 絲恰Л | 111000110100111010001010100001101000010001001100 | e34e8a86844c |
EUC-JP | 絲恰Л | 111001011010111110110011111001101010011110101101 | e5afb3e6a7ad |
UTF-8 | 絲恰Л | 1110011110110101101100101110011010000001101100001101000010011011 | e7b5b2e681b0d09b |
UHC | 絲恰Л | 110111101110101011111101111001101010110010101101 | deeafde6acad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)