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 | 戝雫羶 | 111001101100000110001110101101001110001110111101 | e6c18eb4e3bd |
EUC-JP | 戝雫羶 | 111011001100001110111100101101101110011010111111 | ecc3bcb6e6bf |
UTF-8 | 戝雫羶 | 111001101000100010011101111010011001101110101011111001111011111010110110 | e6889de99babe7beb6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)