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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 珎簫G | 1110000011011101111000101101001001000111 | e0dde2d247 |
EUC-JP | 珎簫G | 1110000011011111111001001101010001000111 | e0dfe4d447 |
UTF-8 | 珎簫G | 11100111100011111000111011100111101100001010101101000111 | e78f8ee7b0ab47 |
UHC | ?簫G | 00111111111000011100011101000111 | 3fe1c747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)