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 | ?°] | 001111111011000001011101 | 3fb05d |
SJIS-WIN | Ν°] | 1000001110101011100000011000101101011101 | 83ab818b5d |
EUC-JP | Ν°] | 1010011010101101101000011110101101011101 | a6ada1eb5d |
UTF-8 | Ν°] | 1100111010011101110000101011000001011101 | ce9dc2b05d |
UHC | Ν°] | 1010010111001101101000011100011001011101 | a5cda1c65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)