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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 穗渧 | 11100010011011101111101101001000 | e26efb48 |
EUC-JP | 穗渧 | 1110001111001111100011111100011111101011 | e3cf8fc7eb |
UTF-8 | 穗渧 | 111001111010100110010111111001101011100010100111 | e7a997e6b8a7 |
UHC | 穗? | 111000101011010000111111 | e2b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)