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 | 酉??? | 1001001111010001001111110011111100111111 | 93d13f3f3f |
EUC-JP | 酉??? | 1100011011010011001111110011111100111111 | c6d33f3f3f |
UTF-8 | 酉뗫씂戮 | 111010011000010110001001111010111001011110101011111011001001010010000010111011111010011110010010 | e98589eb97abec9482efa792 |
UHC | 酉뗫씂戮 | 1110101110110111100010111110101110011101100110101110101110111101 | ebb78beb9d9aebbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)