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 | 操롇롚操롇롘^ | 11100110100100111000110111101011101000011000011111101011101000011001101011100110100100111000110111101011101000011000011111101011101000011001100001011110 | e6938deba187eba19ae6938deba187eba1985e |
UHC | 操롇롚操롇롘^ | 11110000110000111000111011001101100011101101111011110000110000111000111011001101100011101101110001011110 | f0c38ecd8edef0c38ecd8edc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)