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 | 馴?捨疾 | 10010011111010010011111110001110110011001000111010111110 | 93e93f8ecc8ebe |
EUC-JP | 馴?捨疾 | 11000110111010110011111110111100110011101011110011000000 | c6eb3fbccebcc0 |
UTF-8 | 馴離捨疾 | 111010011010011010110100111011111010011110101010111001101000110110101000111001111001011010111110 | e9a6b4efa7aae68da8e796be |
UHC | 馴離捨疾 | 1110001011111000111011001100011011011110110101111111001011110000 | e2f8ecc6ded7f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)