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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 捨柴ⅹ | 100011101100110010001110110001001111101001001001 | 8ecc8ec4fa49 |
EUC-JP | 捨柴? | 1011110011001110101111001100011000111111 | bccebcc63f |
UTF-8 | 捨柴ⅹ | 111001101000110110101000111001101001111110110100111000101000010110111001 | e68da8e69fb4e285b9 |
UHC | 捨柴ⅹ | 110111101101011111100011110000111010010110101010 | ded7e3c3a5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)