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 | 遵?攻訂 | 10001111100001010011111110001101010101011001001011111001 | 8f853f8d5592f9 |
EUC-JP | 遵?攻訂 | 10111101111001010011111110111001101101101100010011111011 | bde53fb9b6c4fb |
UTF-8 | 遵면攻訂 | 111010011000000110110101111010111010100110110100111001101001010010111011111010001010100010000010 | e981b5eba9b4e694bbe8a882 |
UHC | 遵면攻訂 | 1111000111100101101110001110100111001101111101001110111111110100 | f1e5b8e9cdf4eff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)