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 | ?臥舶 | 0011111110001001111001111001010010010101 | 3f89e79495 |
EUC-JP | ?臥舶 | 0011111110110010111010011100011111110101 | 3fb2e9c7f5 |
UTF-8 | 卨臥舶 | 111001011000110110101000111010001000011110100101111010001000100010110110 | e58da8e887a5e888b6 |
UHC | 卨臥舶 | 111000001101100111101000110000101101101011011100 | e0d9e8c2dadc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)