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 | 闢エ縲るΖ | 111010001001001110110100111000111000000010000010111010011000001110100100 | e893b4e38082e983a4 |
EUC-JP | 闢エ縲るΖ | 11101111111100111000111010110100111001011110000010100100111010111010011010100110 | eff38eb4e5e0a4eba6a6 |
UTF-8 | 闢エ縲るΖ | 1110100110010111101000101110111110111101101101001110011110111000101100101110001110000010100010111100111010010110 | e997a2efbdb4e7b8b2e3828bce96 |
UHC | 闢??るΖ | 1101110010100011001111110011111110101010111010111010010111000110 | dca33f3faaeba5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)