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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 蠎簿ェ護冠^ | 11100101101110101001010111101011101010101000110011101100100010101010010101011110 | e5ba95ebaa8cec8aa55e |
EUC-JP | 蠎簿ェ護冠^ | 1110101010111100110010101110110110001110101010101011100011101110101101001010011101011110 | eabccaed8eaab8eeb4a75e |
UTF-8 | 蠎簿ェ護冠^ | 11101000101000001000111011100111101100001011111111101111101111011010101011101000101011011011011111100101100001101010000001011110 | e8a08ee7b0bfefbdaae8adb7e586a05e |
UHC | ?簿?護冠^ | 001111111101110110101101001111111111101111011110110011101010111001011110 | 3fddad3ffbdeceae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)