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 | 域????? | 10001000111001100011111100111111001111110011111100111111 | 88e63f3f3f3f3f |
EUC-JP | 域????? | 10110000111010000011111100111111001111110011111100111111 | b0e83f3f3f3f3f |
UTF-8 | 域⑵떨筽사떥 | 111001011001111110011111111000101001000110110101111010111001011010101000111001111010110110111101111011001000001010101100111010111001011010100101 | e59f9fe291b5eb96a8e7adbdec82aceb96a5 |
UHC | 域⑵떨筽사떥 | 111001101011010010101001111010001011011010110011111010001010010010111011111001111000101110111000 | e6b4a9e8b6b3e8a4bbe78bb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)