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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 鱈脱測G | 10010010010011001001001001000101100100011010101001000111 | 924c924591aa47 |
EUC-JP | 鱈脱測G | 11000011101011011100001110100110110000101010110001000111 | c3adc3a6c2ac47 |
UTF-8 | 鱈脱測G | 11101001101100011000100011101000100001001011000111100110101110001010110001000111 | e9b188e884b1e6b8ac47 |
UHC | ??測G | 0011111100111111111101101011010001000111 | 3f3ff6b447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)