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 | 錵щ^蟇 | 1110100001000101100001001000101110000001010011111110010110101111 | e845848b814fe5af |
EUC-JP | 錵щ^蟇 | 1110111110100110101001111110101110100001101100001110101010110001 | efa6a7eba1b0eab1 |
UTF-8 | 錵щ^蟇 | 1110100110001100101101011101000110001001111011111011110010111110111010001001111110000111 | e98cb5d189efbcbee89f87 |
UHC | ?щ^? | 001111111010110011101011101000111101111000111111 | 3faceba3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)