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?t?? | 001111110100000100111111011101000011111100111111 | 3f413f743f3f |
SJIS-WIN | ?A?t?? | 001111110100000100111111011101000011111100111111 | 3f413f743f3f |
EUC-JP | ?A?t?? | 001111110100000100111111011101000011111100111111 | 3f413f743f3f |
UTF-8 | 혷A챔t혺챦 | 1110110110011000101101110100000111101100101100011001010001110100111011011001100010111010111011001011000110100110 | ed98b741ecb19474ed98baecb1a6 |
UHC | 혷A챔t혺챦 | 11000010100111100100000111000011101010000111010011000010100111111100001110101111 | c29e41c3a874c29fc3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)