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 | 縞棒? | 1000111011001000100101100101111100111111 | 8ec8965f3f |
EUC-JP | 縞棒? | 1011110011001010110010111100000000111111 | bccacbc03f |
UTF-8 | 縞棒렎 | 111001111011100010011110111001101010001110010010111010111010000010001110 | e7b89ee6a392eba08e |
UHC | 縞棒렎 | 111110111101011011011100111010101000111010100100 | fbd6dcea8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)