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 | 捨柴捨 | 100011101100110010001110110001001000111011001100 | 8ecc8ec48ecc |
EUC-JP | 捨柴捨 | 101111001100111010111100110001101011110011001110 | bccebcc6bcce |
UTF-8 | 捨柴捨 | 111001101000110110101000111001101001111110110100111001101000110110101000 | e68da8e69fb4e68da8 |
UHC | 捨柴捨 | 110111101101011111100011110000111101111011010111 | ded7e3c3ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)