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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 游??魃 | 100111111110000000111111001111111110100110101111 | 9fe03f3fe9af |
EUC-JP | 游??魃 | 110111101110001000111111001111111111001010110001 | dee23f3ff2b1 |
UTF-8 | 游펩렪魃 | 111001101011100010111000111011011000111010101001111010111010000010101010111010011010110110000011 | e6b8b8ed8ea9eba0aae9ad83 |
UHC | 游펩렪魃 | 1110101011111101110001101110100110001110101110001101101110100110 | eafdc6e98eb8dba6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)