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 | 芍ル秋 | 111001001000100110000011100010111000111101001000 | e489838b8f48 |
EUC-JP | 芍ル秋 | 111001111110100110100101111010111011110110101001 | e7e9a5ebbda9 |
UTF-8 | 芍ル秋 | 111010001000101010001101111000111000001110101011111001111010011110001011 | e88a8de383abe7a78b |
UHC | 芍ル秋 | 111011011100101110101011111010111111010111010101 | edcbabebf5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)