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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闥サ繧駆⊆ | 111010001001001010111011111000111000001010001011111011001000000110111010 | e892bbe3828bec81ba |
EUC-JP | 闥サ繧駆⊆ | 11101111111100101000111010111011111001011110001010110110111011101010001010111100 | eff28ebbe5e2b6eea2bc |
UTF-8 | 闥サ繧駆⊆ | 111010011001011110100101111011111011110110111011111001111011100110100111111010011010011110000110111000101000101010000110 | e997a5efbdbbe7b9a7e9a786e28a86 |
UHC | ????⊆ | 001111110011111100111111001111111010000111110110 | 3f3f3f3fa1f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)