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 | 探存短 | 100100100101010010010001101101101001001001011010 | 925491b6925a |
EUC-JP | 探存短 | 110000111011010111000010101110001100001110111011 | c3b5c2b8c3bb |
UTF-8 | 探存短 | 111001101000111010100010111001011010110110011000111001111001111110101101 | e68ea2e5ad98e79fad |
UHC | 探存短 | 111101111010111011110000111011011101001110101101 | f7aef0edd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)