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 | 衙?挑逆 | 11100101110010010011111110010010101001111000101101110100 | e5c93f92a78b74 |
EUC-JP | 衙?挑逆 | 11101010110010110011111111000100101010011011010111010101 | eacb3fc4a9b5d5 |
UTF-8 | 衙뤾挑逆 | 111010001010000110011001111010111010010010111110111001101000110010010001111010011000000010000110 | e8a199eba4bee68c91e98086 |
UHC | 衙뤾挑逆 | 1110010010110111100011111110101011010011111110111110011010111101 | e4b78fead3fbe6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)