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 | ëü±H | 11101011111111001011000101001000 | ebfcb148 |
SJIS-WIN | ??±H | 0011111100111111100000010111110101001000 | 3f3f817d48 |
EUC-JP | ëü±H | 100011111010101110110011100011111010101111100100101000011101111001001000 | 8fabb38fabe4a1de48 |
UTF-8 | ëü±H | 11000011101010111100001110111100110000101011000101001000 | c3abc3bcc2b148 |
UHC | ??±H | 0011111100111111101000011011111001001000 | 3f3fa1be48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)