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 | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 蔕梧輝G | 11100100111101101000110011100110100010110101000001000111 | e4f68ce68b5047 |
EUC-JP | 蔕梧輝G | 11101000111110001011100011101000101101011011000101000111 | e8f8b8e8b5b147 |
UTF-8 | 蔕梧輝G | 11101000100101001001010111100110101000101010011111101000101111001001110101000111 | e89495e6a2a7e8bc9d47 |
UHC | ?梧輝G | 001111111110011111111100111111011100101001000111 | 3fe7fcfdca47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)