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 | 1001011101110101100110000101001001000111 | 9775985247 |
EUC-JP | 蓉漏G | 1100110111010110110011111011001101000111 | cdd6cfb347 |
UTF-8 | 蓉漏G | 11101000100100111000100111100110101111001000111101000111 | e89389e6bc8f47 |
UHC | 蓉漏G | 1110100111001000110101111010100101000111 | e9c8d7a947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)