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 | 蟻θ?^ | 100010110110000110000011110001100011111101011110 | 8b6183c63f5e |
EUC-JP | 蟻θ?^ | 101101011100001010100110110010000011111101011110 | b5c2a6c83f5e |
UTF-8 | 蟻θ퀋^ | 111010001001111110111011110011101011100011101101100000001000101101011110 | e89fbbceb8ed808b5e |
UHC | 蟻θ퀋^ | 11101011111111001010010111101000101100111000000101011110 | ebfca5e8b3815e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)