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 | 晤ゆ? | 1001110111101011100000101110010000111111 | 9deb82e43f |
EUC-JP | 晤ゆ? | 1101101011101101101001001110011000111111 | daeda4e63f |
UTF-8 | 晤ゆ쳸 | 111001101001100110100100111000111000001010000110111011001011001110111000 | e699a4e38286ecb3b8 |
UHC | 晤ゆ쳸 | 111001111111101110101010111001101010101110011011 | e7fbaae6ab9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)