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 | 絛娯侵莅 | 1110001101010101100011001110001010010000010011101110010010101100 | e3558ce2904ee4ac |
EUC-JP | 絛娯侵莅 | 1110010110110110101110001110010010111111101011111110100010101110 | e5b6b8e4bfafe8ae |
UTF-8 | 絛娯侵莅 | 111001111011010110011011111001011010100010101111111001001011111010110101111010001000111010000101 | e7b59be5a8afe4beb5e88e85 |
UHC | ??侵? | 0011111100111111111101101101010100111111 | 3f3ff6d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)