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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 辰束巽遜^ | 100100100100001110010001101010011001001001000110100100011011101101011110 | 924391a9924691bb5e |
EUC-JP | 辰束巽遜^ | 110000111010010011000010101010111100001110100111110000101011110101011110 | c3a4c2abc3a7c2bd5e |
UTF-8 | 辰束巽遜^ | 11101000101111101011000011100110100111011001111111100101101101111011110111101001100000011001110001011110 | e8beb0e69d9fe5b7bde9819c5e |
UHC | 辰束巽遜^ | 111100101110001111100001110101101110000111011110111000011110000101011110 | f2e3e1d6e1dee1e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)