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 | 掩???ζ | 10001001100001100011111100111111001111111000001111000100 | 89863f3f3f83c4 |
EUC-JP | 掩???ζ | 10110001111001100011111100111111001111111010011011000110 | b1e63f3f3fa6c6 |
UTF-8 | 掩뽰엻劉ζ | 1110011010001110101010011110101110111101101100001110110010010111101110111110111110100111100001111100111010110110 | e68ea9ebbdb0ec97bbefa787ceb6 |
UHC | 掩뽰엻劉ζ | 11100101111100111001011011101100100111101000110111101010111001011010010111100110 | e5f396ec9e8deae5a5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)