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 | 疑?7^ | 100010110101111000111111100000100101011001011110 | 8b5e3f82565e |
EUC-JP | 疑?7^ | 101101011011111100111111101000111011011101011110 | b5bf3fa3b75e |
UTF-8 | 疑껊7^ | 11100111100101101001000111101010101110111000101011101111101111001001011101011110 | e79691eabb8aefbc975e |
UHC | 疑껊7^ | 11101011111101111000001111101011101000111011011101011110 | ebf783eba3b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)