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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 燮燮[燮燮[^ | 1001100111010111100110011101011101011011100110011101011110011001110101110101101101011110 | 99d799d75b99d799d75b5e |
EUC-JP | 燮燮[燮燮[^ | 1101001011011001110100101101100101011011110100101101100111010010110110010101101101011110 | d2d9d2d95bd2d9d2d95b5e |
UTF-8 | 燮燮[燮燮[^ | 111001111000011110101110111001111000011110101110010110111110011110000111101011101110011110000111101011100101101101011110 | e787aee787ae5be787aee787ae5b5e |
UHC | 燮燮[燮燮[^ | 1110000011110000111000001111000001011011111000001111000011100000111100000101101101011110 | e0f0e0f05be0f0e0f05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)