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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鞣ァ驗ァ^ | 11101000111000101010011111101001100001001010011101011110 | e8e2a7e984a75e |
EUC-JP | 鞣ァ驗ァ^ | 111100001110010010001110101001111111000111100100100011101010011101011110 | f0e48ea7f1e48ea75e |
UTF-8 | 鞣ァ驗ァ^ | 11101001100111101010001111101111101111011010011111101001101010011001011111101111101111011010011101011110 | e99ea3efbda7e9a997efbda75e |
UHC | ??驗?^ | 001111110011111111111010110100000011111101011110 | 3f3ffad03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)