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 | 蟻ε?^ | 100010110110000110000011110000110011111101011110 | 8b6183c33f5e |
EUC-JP | 蟻ε?^ | 101101011100001010100110110001010011111101011110 | b5c2a6c53f5e |
UTF-8 | 蟻ε뜳^ | 111010001001111110111011110011101011010111101011100111001011001101011110 | e89fbbceb5eb9cb35e |
UHC | 蟻ε뜳^ | 11101011111111001010010111100101100011011011000101011110 | ebfca5e58db15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)