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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 楡λ?^ | 100111101011111010000011110010010011111101011110 | 9ebe83c93f5e |
EUC-JP | 楡λ?^ | 110111001100000010100110110010110011111101011110 | dcc0a6cb3f5e |
UTF-8 | 楡λ슖^ | 111001101010010110100001110011101011101111101100100010101001011001011110 | e6a5a1cebbec8a965e |
UHC | 楡λ슖^ | 11101010111110001010010111101011100110101010010101011110 | eaf8a5eb9aa55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)