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] | 10111110111010101000111110110011110110110101000101011101 | beea8fb3db515d |
EUC-JP | セ齒ウロQ] | 10001110101111101111001111101111100011101011001110001110110110110101000101011101 | 8ebef3ef8eb38edb515d |
UTF-8 | セ齒ウロQ] | 1110111110111101101111101110100110111101100100101110111110111101101100111110111110111110100110110101000101011101 | efbdbee9bd92efbdb3efbe9b515d |
UHC | ?齒??Q] | 00111111111101101100110100111111001111110101000101011101 | 3ff6cd3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)