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 | 爾式爾 | 100011101010001010001110101011101000111010100010 | 8ea28eae8ea2 |
EUC-JP | 爾式爾 | 101111001010010010111100101100001011110010100100 | bca4bcb0bca4 |
UTF-8 | 爾式爾 | 111001111000100010111110111001011011110010001111111001111000100010111110 | e788bee5bc8fe788be |
UHC | 爾式爾 | 111011001011001111100011110100101110110010110011 | ecb3e3d2ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)