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 | 芍ル衆 | 111001001000100110000011100010111000111101001111 | e489838b8f4f |
EUC-JP | 芍ル衆 | 111001111110100110100101111010111011110110110000 | e7e9a5ebbdb0 |
UTF-8 | 芍ル衆 | 111010001000101010001101111000111000001110101011111010001010000110000110 | e88a8de383abe8a186 |
UHC | 芍ル衆 | 111011011100101110101011111010111111000111101011 | edcbabebf1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)