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 | 肅ル秋 | 111000111110011110000011100010111000111101001000 | e3e7838b8f48 |
EUC-JP | 肅ル秋 | 111001101110100110100101111010111011110110101001 | e6e9a5ebbda9 |
UTF-8 | 肅ル秋 | 111010001000001010000101111000111000001110101011111001111010011110001011 | e88285e383abe7a78b |
UHC | 肅ル秋 | 111000101101110010101011111010111111010111010101 | e2dcabebf5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)