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???A | 001111110100000100111111001111110011111101000001 | 3f413f3f3f41 |
SJIS-WIN | ?A???A | 001111110100000100111111001111110011111101000001 | 3f413f3f3f41 |
EUC-JP | ?A???A | 001111110100000100111111001111110011111101000001 | 3f413f3f3f41 |
UTF-8 | 혷A찼횚혷A | 1110110110011000101101110100000111101100101100001011110011101101100110101001101011101101100110001011011101000001 | ed98b741ecb0bced9a9aed98b741 |
UHC | 혷A찼횚혷A | 11000010100111100100000111000011101000011100001110010100110000101001111001000001 | c29e41c3a1c394c29e41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)