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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 燮善燮善^ | 100110011101011110010001010100001001100111010111100100010101000001011110 | 99d7915099d791505e |
EUC-JP | 燮善燮善^ | 110100101101100111000001101100011101001011011001110000011011000101011110 | d2d9c1b1d2d9c1b15e |
UTF-8 | 燮善燮善^ | 11100111100001111010111011100101100101101000010011100111100001111010111011100101100101101000010001011110 | e787aee59684e787aee596845e |
UHC | 燮善燮善^ | 111000001111000011100000101111001110000011110000111000001011110001011110 | e0f0e0bce0f0e0bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)