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^ | 0011111100111111001111110011111100111111001111110100100101011110 | 3f3f3f3f3f3f495e |
SJIS-WIN | ??????I^ | 0011111100111111001111110011111100111111001111110100100101011110 | 3f3f3f3f3f3f495e |
EUC-JP | ??????I^ | 0011111100111111001111110011111100111111001111110100100101011110 | 3f3f3f3f3f3f495e |
UTF-8 | 렻렮렻꼼셍렞I^ | 1110101110100000101110111110101110100000101011101110101110100000101110111110101010111100101111001110110010000101100011011110101110100000100111100100100101011110 | eba0bbeba0aeeba0bbeabcbcec858deba09e495e |
UHC | 렻렮렻꼼셍렞I^ | 1000111011000011100011101011101110001110110000111011001011000100101111001100010010001110101011110100100101011110 | 8ec38ebb8ec3b2c4bcc48eaf495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)