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 | 鬘阪蒔塚 | 1110100110100001100011011110001110001110101010101111101010011100 | e9a18de38eaafa9c |
EUC-JP | 鬘阪蒔? | 11110010101000111011101011100101101111001010110000111111 | f2a3bae5bcac3f |
UTF-8 | 鬘阪蒔塚 | 111010011010110010011000111010011001100010101010111010001001001010010100111011111010100010010000 | e9ac98e998aae89294efa890 |
UHC | ?阪蒔? | 001111111111100010100001111000111100100000111111 | 3ff8a1e3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)