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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蛇酌射 | 100011101101011010001110110111101000111011001011 | 8ed68ede8ecb |
EUC-JP | 蛇酌射 | 101111001101100010111100111000001011110011001101 | bcd8bce0bccd |
UTF-8 | 蛇酌射 | 111010001001101110000111111010011000010110001100111001011011000010000100 | e89b87e9858ce5b084 |
UHC | 蛇酌射 | 110111101110111111101101110011001101111011010010 | deefedccded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)