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 | ???A?? | 001111110011111100111111010000010011111100111111 | 3f3f3f413f3f |
SJIS-WIN | ???A?? | 001111110011111100111111010000010011111100111111 | 3f3f3f413f3f |
EUC-JP | 汭晛?A?? | 10001111110001101110001010001111110000101011101100111111010000010011111100111111 | 8fc6e28fc2bb3f413f3f |
UTF-8 | 汭晛먋A멠먩 | 11100110101100011010110111100110100110011001101111101011101010001000101101000001111010111010100110100000111010111010100010101001 | e6b1ade6999beba88b41eba9a0eba8a9 |
UHC | 汭晛먋A멠먩 | 1110011111010111111110101101100110010000110010010100000110010001010100001001000011100110 | e7d7fad990c941915090e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)