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 | 晶逾ェ | 10001111101110111111010010100100111001111010010110101010 | 8fbbf4a4e7a5aa |
EUC-JP | 晶?逾ェ | 10111110101111010011111111101110101001111000111010101010 | bebd3feea78eaa |
UTF-8 | 晶逾ェ | 111001101001100110110110111011101000110110010011111010011000000010111110111011111011110110101010 | e699b6ee8d93e980beefbdaa |
UHC | 晶?逾? | 111011111101110000111111111010111011010100111111 | efdc3febb53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)