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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠎簿ェ護仮 | 111001011011101010010101111010111010101010001100111011001000100110111100 | e5ba95ebaa8cec89bc |
EUC-JP | 蠎簿ェ護仮 | 11101010101111001100101011101101100011101010101010111000111011101011001010111110 | eabccaed8eaab8eeb2be |
UTF-8 | 蠎簿ェ護仮 | 111010001010000010001110111001111011000010111111111011111011110110101010111010001010110110110111111001001011101110101110 | e8a08ee7b0bfefbdaae8adb7e4bbae |
UHC | ?簿?護? | 00111111110111011010110100111111111110111101111000111111 | 3fddad3ffbde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)