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 | 闢呎アコナ | 11101000100100111001100111100110101100011011101011000101 | e89399e6b1bac5 |
EUC-JP | 闢呎アコナ | 11101111111100111101001011101000100011101011000110001110101110101000111011000101 | eff3d2e88eb18eba8ec5 |
UTF-8 | 闢呎アコナ | 111010011001011110100010111001011001000110001110111011111011110110110001111011111011110110111010111011111011111010000101 | e997a2e5918eefbdb1efbdbaefbe85 |
UHC | 闢???? | 110111001010001100111111001111110011111100111111 | dca33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)