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 | 門o顋G | 10010110111001011000001010001111111010001111100101000111 | 96e5828fe8f947 |
EUC-JP | 門o顋G | 11001100111001111010001111101111111100001111101101000111 | cce7a3eff0fb47 |
UTF-8 | 門o顋G | 11101001100101101000000011101111101111011000111111101001101000011000101101000111 | e99680efbd8fe9a18b47 |
UHC | 門o?G | 110110101010011010100011111011110011111101000111 | daa6a3ef3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)