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 | 鞣柴捨 | 111010001110001010001110110001001000111011001100 | e8e28ec48ecc |
EUC-JP | 鞣柴捨 | 111100001110010010111100110001101011110011001110 | f0e4bcc6bcce |
UTF-8 | 鞣柴捨 | 111010011001111010100011111001101001111110110100111001101000110110101000 | e99ea3e69fb4e68da8 |
UHC | ?柴捨 | 0011111111100011110000111101111011010111 | 3fe3c3ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)