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 | ?敖? | 00111111100111011100001000111111 | 3f9dc23f |
EUC-JP | ?敖? | 00111111110110101100010000111111 | 3fdac43f |
UTF-8 | 쐛敖篒 | 111011001001000010011011111001101001010110010110111001111010111110010010 | ec909be69596e7af92 |
UHC | 쐛敖篒 | 100111001000000111100111111110011110001111011001 | 9c81e7f9e3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)