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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 掩???ζ? | 1000100110000110001111110011111100111111100000111100010000111111 | 89863f3f3f83c43f |
EUC-JP | 掩???ζ? | 1011000111100110001111110011111100111111101001101100011000111111 | b1e63f3f3fa6c63f |
UTF-8 | 掩뽰엻劉ζ늿 | 1110011010001110101010011110101110111101101100001110110010010111101110111110111110100111100001111100111010110110111010111000101010111111 | e68ea9ebbdb0ec97bbefa787ceb6eb8abf |
UHC | 掩뽰엻劉ζ늿 | 111001011111001110010110111011001001111010001101111010101110010110100101111001101000100010001000 | e5f396ec9e8deae5a5e68888 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)