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 | ?向瞼存 | 00111111100011001111110011100001110110011001000110110110 | 3f8cfce1d991b6 |
EUC-JP | ?向瞼存 | 00111111101110001111111011100010110110111100001010111000 | 3fb8fee2dbc2b8 |
UTF-8 | 룫向瞼存 | 111010111010001110101011111001011001000010010001111001111001111010111100111001011010110110011000 | eba3abe59091e79ebce5ad98 |
UHC | 룫向瞼存 | 1000111110100010111110101011111011001100101000011111000011101101 | 8fa2fabecca1f0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)