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 | 怡?? | 10011100011111010011111100111111 | 9c7d3f3f |
EUC-JP | 怡澧? | 110101111101111010001111110010001111001100111111 | d7de8fc8f33f |
UTF-8 | 怡澧捻 | 111001101000000010100001111001101011111010100111111011111010011010100100 | e680a1e6bea7efa6a4 |
UHC | 怡澧捻 | 111011001010111011010110110010001110011011110111 | ecaed6c8e6f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)