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 | 操??操??^ | 100100011000000000111111001111111001000110000000001111110011111101011110 | 91803f3f91803f3f5e |
EUC-JP | 操??操??^ | 110000011110000000111111001111111100000111100000001111110011111101011110 | c1e03f3fc1e03f3f5e |
UTF-8 | 操렮롚操렮롘^ | 11100110100100111000110111101011101000001010111011101011101000011001101011100110100100111000110111101011101000001010111011101011101000011001100001011110 | e6938deba0aeeba19ae6938deba0aeeba1985e |
UHC | 操렮롚操렮롘^ | 11110000110000111000111010111011100011101101111011110000110000111000111010111011100011101101110001011110 | f0c38ebb8edef0c38ebb8edc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)