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 | 栓篩? | 1001000011110000111000101011111100111111 | 90f0e2bf3f |
EUC-JP | 栓篩? | 1100000011110010111001001100000100111111 | c0f2e4c13f |
UTF-8 | 栓篩텼 | 111001101010000010010011111001111010111110101001111011011000010110111100 | e6a093e7afa9ed85bc |
UHC | 栓篩텼 | 111011101111101111011110111010001100010111100001 | eefbdee8c5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)