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 | 闥サ繧駆∪ | 111010001001001010111011111000111000001010001011111011001000000110111110 | e892bbe3828bec81be |
EUC-JP | 闥サ繧駆∪ | 11101111111100101000111010111011111001011110001010110110111011101010001011000000 | eff28ebbe5e2b6eea2c0 |
UTF-8 | 闥サ繧駆∪ | 111010011001011110100101111011111011110110111011111001111011100110100111111010011010011110000110111000101000100010101010 | e997a5efbdbbe7b9a7e9a786e288aa |
UHC | ????∪ | 001111110011111100111111001111111010000111111010 | 3f3f3f3fa1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)