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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 湿柴シ」シ | 10001110101111001000111011000100101111001010001110111100 | 8ebc8ec4bca3bc |
EUC-JP | 湿柴シ」シ | 10111100101111101011110011000110100011101011110010001110101000111000111010111100 | bcbebcc68ebc8ea38ebc |
UTF-8 | 湿柴シ」シ | 111001101011100110111111111001101001111110110100111011111011110110111100111011111011110110100011111011111011110110111100 | e6b9bfe69fb4efbdbcefbda3efbdbc |
UHC | ?柴??? | 001111111110001111000011001111110011111100111111 | 3fe3c33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)