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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 吾ц? | 1000110011100001100001001000100000111111 | 8ce184883f |
EUC-JP | 吾ц? | 1011100011100011101001111110100000111111 | b8e3a7e83f |
UTF-8 | 吾ц렅 | 1110010110010000101111101101000110000110111010111010000010000101 | e590bed186eba085 |
UHC | 吾ц렅 | 111001111110111010101100111010001000111010011111 | e7eeace88e9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)