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 | 1110010111001001100010011000110001000111 | e5c9898c47 |
EUC-JP | 衙煙G | 1110101011001011101100011110110001000111 | eacbb1ec47 |
UTF-8 | 衙煙G | 11101000101000011001100111100111100001011001100101000111 | e8a199e7859947 |
UHC | 衙煙G | 1110010010110111111001101101010101000111 | e4b7e6d547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)