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 | 繒?楮?矣 | 1111101110001111001111111001111010111000001111111110000111100001 | fb8f3f9eb83fe1e1 |
EUC-JP | 繒?楮?矣 | 100011111101010011010100001111111101110010111010001111111110001011100011 | 8fd4d43fdcba3fe2e3 |
UTF-8 | 繒렗楮렩矣 | 111001111011100110010010111010111010000010010111111001101010010110101110111010111010000010101001111001111001111110100011 | e7b992eba097e6a5aeeba0a9e79fa3 |
UHC | 繒렗楮렩矣 | 11110001111110011000111010101100111011101011111110001110101101111110101111111000 | f1f98eaceebf8eb7ebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)