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 | 巐壱豈俯 | 1111101010110110100010001110101111100110101011111001100011101011 | fab688ebe6af98eb |
EUC-JP | 巐壱豈俯 | 100011111011101111111001101100001110110111101100101100011101000011101101 | 8fbbf9b0edecb1d0ed |
UTF-8 | 巐壱豈俯 | 111001011011011110010000111001011010001110110001111010001011000110001000111001001011111110101111 | e5b790e5a3b1e8b188e4bfaf |
UHC | ??豈俯 | 001111110011111111010001110000101101110011110110 | 3f3fd1c2dcf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)