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 | ???J???M^ | 001111110011111100111111010010100011111100111111001111110100110101011110 | 3f3f3f4a3f3f3f4d5e |
SJIS-WIN | ???J???M^ | 001111110011111100111111010010100011111100111111001111110100110101011110 | 3f3f3f4a3f3f3f4d5e |
EUC-JP | ???J???M^ | 001111110011111100111111010010100011111100111111001111110100110101011110 | 3f3f3f4a3f3f3f4d5e |
UTF-8 | 챌혺짯J책혖쨈M^ | 111011001011000110001100111011011001100010111010111011001010011110101111010010101110110010110001100001011110110110011000100101101110110010101000100010000100110101011110 | ecb18ced98baeca7af4aecb185ed9896eca8884d5e |
UHC | 챌혺짯J책혖쨈M^ | 110000111010011111000010100111111100001010101101010010101100001110100101110000101000000111000010101101000100110101011110 | c3a7c29fc2ad4ac3a5c281c2b44d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)