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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 獨砠n}獨砠n{^ | 11100000110101011110000111100111011011100111110111100000110101011110000111100111011011100111101101011110 | e0d5e1e76e7de0d5e1e76e7b5e |
EUC-JP | 獨砠n}獨砠n{^ | 11100000110101111110001011101001011011100111110111100000110101111110001011101001011011100111101101011110 | e0d7e2e96e7de0d7e2e96e7b5e |
UTF-8 | 獨砠n}獨砠n{^ | 1110011110001101101010001110011110100000101000000110111001111101111001111000110110101000111001111010000010100000011011100111101101011110 | e78da8e7a0a06e7de78da8e7a0a06e7b5e |
UHC | 獨?n}獨?n{^ | 1101010010111100001111110110111001111101110101001011110000111111011011100111101101011110 | d4bc3f6e7dd4bc3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)