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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 肛湿肛七Q] | 11100011111010001000111010111100111000111110100010001110101101010101000101011101 | e3e88ebce3e88eb5515d |
EUC-JP | 肛湿肛七Q] | 11100110111010101011110010111110111001101110101010111100101101110101000101011101 | e6eabcbee6eabcb7515d |
UTF-8 | 肛湿肛七Q] | 1110100010000010100110111110011010111001101111111110100010000010100110111110010010111000100000110101000101011101 | e8829be6b9bfe8829be4b883515d |
UHC | 肛?肛七Q] | 111110011111110100111111111110011111110111110110110100100101000101011101 | f9fd3ff9fdf6d2515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)