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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?操??操?^ | 001111111001000110000000001111110011111110010001100000000011111101011110 | 3f91803f3f91803f5e |
EUC-JP | ?操??操?^ | 001111111100000111100000001111110011111111000001111000000011111101011110 | 3fc1e03f3fc1e03f5e |
UTF-8 | 얍操롗얍操롗^ | 11101100100101101000110111100110100100111000110111101011101000011001011111101100100101101000110111100110100100111000110111101011101000011001011101011110 | ec968de6938deba197ec968de6938deba1975e |
UHC | 얍操롗얍操롗^ | 10111110111001011111000011000011100011101101101110111110111001011111000011000011100011101101101101011110 | bee5f0c38edbbee5f0c38edb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)