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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 盖爿盞皰 | 1110000110110011111000001010101111100001101101011110000110101100 | e1b3e0abe1b5e1ac |
EUC-JP | 盖爿盞皰 | 1110001010110101111000001010110111100010101101111110001010101110 | e2b5e0ade2b7e2ae |
UTF-8 | 盖爿盞皰 | 111001111001101110010110111001111000100010111111111001111001101110011110111001111001101010110000 | e79b96e788bfe79b9ee79ab0 |
UHC | 盖?盞? | 110010111100110000111111111011011101001100111111 | cbcc3fedd33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)