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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 爾讀螢 | 100011101010001011100110101001001110010110100011 | 8ea2e6a4e5a3 |
EUC-JP | 爾讀螢 | 101111001010010011101100101001101110101010100101 | bca4eca6eaa5 |
UTF-8 | 爾讀螢 | 111001111000100010111110111010001010111010000000111010001001111010100010 | e788bee8ae80e89ea2 |
UHC | 爾讀螢 | 111011001011001111010100110000011111101110101011 | ecb3d4c1fbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)