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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 域??掖?? | 1000100011100110001111110011111110011101011101000011111100111111 | 88e63f3f9d743f3f |
EUC-JP | 域??掖?? | 1011000011101000001111110011111111011001110101010011111100111111 | b0e83f3fd9d53f3f |
UTF-8 | 域⑴쪞掖곁떥 | 111001011001111110011111111000101001000110110100111011001010101010011110111001101000111010010110111010101011001110000001111010111001011010100101 | e59f9fe291b4ecaa9ee68e96eab381eb96a5 |
UHC | 域⑴쪞掖곁떥 | 111001101011010010101001111001111010010110010111111001001111101010110000111001111000101110111000 | e6b4a9e7a597e4fab0e78bb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)