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 | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
SJIS-WIN | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
EUC-JP | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
UTF-8 | 셍렱렼섹셔렲렼^ | 11101100100001011000110111101011101000001011000111101011101000001011110011101100100001001011100111101100100001011001010011101011101000001011001011101011101000001011110001011110 | ec858deba0b1eba0bcec84b9ec8594eba0b2eba0bc5e |
UHC | 셍렱렼섹셔렲렼^ | 101111001100010010001110101111101000111011000100101111001011110110111100110001011000111010111111100011101100010001011110 | bcc48ebe8ec4bcbdbcc58ebf8ec45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)