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 | ???甘碍 | 00111111001111110011111110001010110000111000101001010110 | 3f3f3f8ac38a56 |
EUC-JP | ???甘碍 | 00111111001111110011111110110100110001011011001110110111 | 3f3f3fb4c5b3b7 |
UTF-8 | 咽됰끂甘碍 | 111011111010011010011110111010111001000010110000111010111000000110000010111001111001010010011000111001111010001010001101 | efa69eeb90b0eb8182e79498e7a28d |
UHC | 咽됰끂甘碍 | 11100110111011001000100111101011100001011011100011001010111101101110010011110100 | e6ec89eb85b8caf6e4f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)