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] | 1110011011110101101100000101000101011101 | e6f5b0515d |
SJIS-WIN | ??°Q] | 001111110011111110000001100010110101000101011101 | 3f3f818b515d |
EUC-JP | æõ°Q] | 10001111101010011100000110001111101010111101100010100001111010110101000101011101 | 8fa9c18fabd8a1eb515d |
UTF-8 | æõ°Q] | 1100001110100110110000111011010111000010101100000101000101011101 | c3a6c3b5c2b0515d |
UHC | æ?°Q] | 10101001101000010011111110100001110001100101000101011101 | a9a13fa1c6515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)