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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 松冐ォZ | 100011111011110011100011111011001010101101011010 | 8fbce3ecab5a |
EUC-JP | 松冐ォZ | 10111110101111101110011011101110100011101010101101011010 | bebee6ee8eab5a |
UTF-8 | 松冐ォZ | 11100110100111011011111011100101100001101001000011101111101111011010101101011010 | e69dbee58690efbdab5a |
UHC | 松??Z | 1110000111100110001111110011111101011010 | e1e63f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)