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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 省アシ、B | 100011111100100010110001101111001010010001000010 | 8fc8b1bca442 |
EUC-JP | 省アシ、B | 101111101100101010001110101100011000111010111100100011101010010001000010 | beca8eb18ebc8ea442 |
UTF-8 | 省アシ、B | 11100111100111001000000111101111101111011011000111101111101111011011110011101111101111011010010001000010 | e79c81efbdb1efbdbcefbda442 |
UHC | 省???B | 111000001111110100111111001111110011111101000010 | e0fd3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)