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 | 鞣る洌 | 111010001110001010000010111010011001111110101110 | e8e282e99fae |
EUC-JP | 鞣る洌 | 111100001110010010100100111010111101111010110000 | f0e4a4ebdeb0 |
UTF-8 | 鞣る洌 | 111010011001111010100011111000111000001010001011111001101011010010001100 | e99ea3e3828be6b48c |
UHC | ?る洌 | 0011111110101010111010111101011010101100 | 3faaebd6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)