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 | ?????I?\ | 0011111100111111001111110011111100111111010010010011111101011100 | 3f3f3f3f3f493f5c |
SJIS-WIN | ?????I?\ | 0011111100111111001111110011111100111111010010010011111101011100 | 3f3f3f3f3f493f5c |
EUC-JP | ?????I?\ | 0011111100111111001111110011111100111111010010010011111101011100 | 3f3f3f3f3f493f5c |
UTF-8 | 채횥혢채혘I챔\ | 1110110010110001100001001110110110011010101001011110110110011000101000101110110010110001100001001110110110011000100110000100100111101100101100011001010001011100 | ecb184ed9aa5ed98a2ecb184ed989849ecb1945c |
UHC | 채횥혢채혘I챔\ | 1100001110100100110000111001110011000010100010111100001110100100110000101000001101001001110000111010100001011100 | c3a4c39cc28bc3a4c28349c3a85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)