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 | 薑丈Л | 111001010100011110001111111001001000010001001100 | e5478fe4844c |
EUC-JP | 薑丈Л | 111010011010100010111110111001101010011110101101 | e9a8bee6a7ad |
UTF-8 | 薑丈Л | 1110100010010110100100011110010010111000100010001101000010011011 | e89691e4b888d09b |
UHC | 薑丈Л | 110010111011100111101101110110111010110010101101 | cbb9eddbacad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)