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 | 茁褐娘乙? | 111110111001001110001010100011001001011010111010100010011011001100111111 | fb938a8c96ba89b33f |
EUC-JP | 茁褐娘乙? | 10001111110101111101111010110011111011001100110010111100101100101011010100111111 | 8fd7deb3ecccbcb2b53f |
UTF-8 | 茁褐娘乙렑 | 111010001000110010000001111010001010010010010000111001011010100010011000111001001011100110011001111010111010000010010001 | e88c81e8a490e5a898e4b999eba091 |
UHC | 茁褐娘乙렑 | 11110001111010001100101011101000110100101010011011101011111000001000111010100110 | f1e8cae8d2a6ebe08ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)