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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 莘??縯 | 1000111111011000101010110011111100111111100011111101010011001011 | 8fd8ab3f3f8fd4cb |
UTF-8 | 莘땵괥縯 | 111010001000111010011000111010111001010110110101111010101011010010100101111001111011100010101111 | e88e98eb95b5eab4a5e7b8af |
UHC | 莘땵괥縯 | 1110001111101110100010111000101110000010010011111110011011100000 | e3ee8b8b824fe6e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)