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 | 狩筬燒 | 100011101110101111100010101010111110000010010110 | 8eebe2abe096 |
EUC-JP | 狩筬燒 | 101111001110110111100100101011011101111111110110 | bcede4addff6 |
UTF-8 | 狩筬燒 | 111001111000101110101001111001111010110110101100111001111000011110010010 | e78ba9e7adace78792 |
UHC | 狩筬燒 | 111000101010110111100000111111101110000111000000 | e2ade0fee1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)