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 | 垣脛烈愿? | 100010100101111111100011111110001001011111110011100111001100001100111111 | 8a5fe3f897f39cc33f |
EUC-JP | 垣脛烈愿? | 101100111100000011100110111110101100111011110101110110001100010100111111 | b3c0e6facef5d8c53f |
UTF-8 | 垣脛烈愿렑 | 111001011001111010100011111010001000010010011011111001111000001110001000111001101000010010111111111010111010000010010001 | e59ea3e8849be78388e684bfeba091 |
UHC | 垣脛烈愿렑 | 11101010101011111100110011101011110101101010110111101010101101001000111010100110 | eaafccebd6adeab48ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)