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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 琥?孩鳴 | 11100000111001100011111110011011011101111001011011000010 | e0e63f9b7796c2 |
EUC-JP | 琥?孩鳴 | 11100000111010000011111111010101110110001100110011000100 | e0e83fd5d8ccc4 |
UTF-8 | 琥렡孩鳴 | 111001111001000010100101111010111010000010100001111001011010110110101001111010011011001110110100 | e790a5eba0a1e5ada9e9b3b4 |
UHC | 琥렡孩鳴 | 1111101111010000100011101011001011111010101010011101100110110000 | fbd08eb2faa9d9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)