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 | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
SJIS-WIN | ?????A | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
EUC-JP | ?????A | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
UTF-8 | 챈혦혗혡혢A | 11101100101100011000100011101101100110001010011011101101100110001001011111101101100110001010000111101101100110001010001001000001 | ecb188ed98a6ed9897ed98a1ed98a241 |
UHC | 챈혦혗혡혢A | 1100001110100110110000101000111011000010100000101100001010001010110000101000101101000001 | c3a6c28ec282c28ac28b41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)