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 | 芒贋梓粫 | 1110010010001010100010101110010010001000101100101110001011100110 | e48a8ae488b2e2e6 |
EUC-JP | 芒贋梓粫 | 1110011111101010101101001110011010110000101101001110010011101000 | e7eab4e6b0b4e4e8 |
UTF-8 | 芒贋梓粫 | 111010001000101010010010111010001011010010001011111001101010001010010011111001111011001010101011 | e88a92e8b48be6a293e7b2ab |
UHC | 芒?梓? | 110110001101001100111111111011101010100100111111 | d8d33feea93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)