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 | 宍痔 | 1111000010110100100011101011001111110010101100101000111010100100 | f0b48eb3f2b28ea4 |
EUC-JP | ?宍?痔 | 001111111011110010110101001111111011110010100110 | 3fbcb53fbca6 |
UTF-8 | 宍痔 | 111011101000000110110011111001011010111010001101111011101000011110101001111001111001011110010100 | ee81b3e5ae8dee87a9e79794 |
UHC | ???痔 | 0011111100111111001111111111011011000000 | 3f3f3ff6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)