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 | ??¤?? | 0011111100111111101001000011111100111111 | 3f3fa43f3f |
SJIS-WIN | ????邯 | 001111110011111100111111001111111110011110110110 | 3f3f3f3fe7b6 |
EUC-JP | ??¤?邯 | 0011111100111111100011111010001011110000001111111110111010111000 | 3f3f8fa2f03feeb8 |
UTF-8 | 룶햶¤룴邯 | 1110101110100011101101101110110110010110101101101100001010100100111010111010001110110100111010011000001010101111 | eba3b6ed96b6c2a4eba3b4e982af |
UHC | 룶햶¤룴邯 | 10001111101010111100000110001111101000101011010010001111101010011100101011111011 | 8fabc18fa2b48fa9cafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)