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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????肥 | 001111110011111100111111001111111001010011101100 | 3f3f3f3f94ec |
EUC-JP | ????肥 | 001111110011111100111111001111111100100011101110 | 3f3f3f3fc8ee |
UTF-8 | 룶웡룴가肥 | 111010111010001110110110111011001001101110100001111010111010001110110100111010101011000010000000111010001000001010100101 | eba3b6ec9ba1eba3b4eab080e882a5 |
UHC | 룶웡룴가肥 | 10001111101010111011111111111101100011111010100110110000101000011101110111111110 | 8fabbffd8fa9b0a1ddfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)