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??I^ | 00111111001111110100100100111111001111110100100101011110 | 3f3f493f3f495e |
SJIS-WIN | ??I??I^ | 00111111001111110100100100111111001111110100100101011110 | 3f3f493f3f495e |
EUC-JP | ??I??I^ | 00111111001111110100100100111111001111110100100101011110 | 3f3f493f3f495e |
UTF-8 | 렻렊I렻렊I^ | 111010111010000010111011111010111010000010001010010010011110101110100000101110111110101110100000100010100100100101011110 | eba0bbeba08a49eba0bbeba08a495e |
UHC | 렻렊I렻렊I^ | 1000111011000011100011101010000101001001100011101100001110001110101000010100100101011110 | 8ec38ea1498ec38ea1495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)