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 | 陜手聞^ | 11101000100111011000111011101000100101011011011101011110 | e89d8ee895b75e |
EUC-JP | 陜手聞^ | 11101111111111011011110011101010110010101011100101011110 | effdbceacab95e |
UTF-8 | 陜手聞^ | 11101001100110011001110011100110100010011000101111101000100000011001111001011110 | e9999ce6898be8819e5e |
UHC | 陜手聞^ | 11111001111100001110001010100010110110101010010001011110 | f9f0e2a2daa45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)