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 | 簽灼捨磁 | 1110001011010011100011101101110010001110110011001000111010100101 | e2d38edc8ecc8ea5 |
EUC-JP | 簽灼捨磁 | 1110010011010101101111001101111010111100110011101011110010100111 | e4d5bcdebccebca7 |
UTF-8 | 簽灼捨磁 | 111001111011000010111101111001111000000110111100111001101000110110101000111001111010001110000001 | e7b0bde781bce68da8e7a381 |
UHC | 簽灼捨磁 | 1111010011011000111011011100011111011110110101111110110110111000 | f4d8edc7ded7edb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)