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 | ??^??B | 001111110011111101011110001111110011111101000010 | 3f3f5e3f3f42 |
SJIS-WIN | ??^??B | 001111110011111101011110001111110011111101000010 | 3f3f5e3f3f42 |
EUC-JP | ??^??B | 001111110011111101011110001111110011111101000010 | 3f3f5e3f3f42 |
UTF-8 | 횄짖^횂혝B | 1110110110011010100001001110110010100111100101100101111011101101100110101000001011101101100110001001110101000010 | ed9a84eca7965eed9a82ed989d42 |
UHC | 횄짖^횂혝B | 11000011100000111100001010100010010111101100001110000010110000101000011101000010 | c383c2a25ec382c28742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)