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 | ???諛? | 001111110011111100111111111001101000011100111111 | 3f3f3fe6873f |
EUC-JP | ???諛? | 001111110011111100111111111010111110011100111111 | 3f3f3febe73f |
UTF-8 | 遼깆쑄諛켃 | 111011111010011110000011111010101011100110000110111011001001000110000100111010001010101110011011111011001011110010000011 | efa783eab986ec9184e8ab9becbc83 |
UHC | 遼깆쑄諛켃 | 11101001101011001011000111101100100111001010010011101011101100001011000101000010 | e9acb1ec9ca4ebb0b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)