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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?悠??? | 001111111001011101001001001111110011111100111111 | 3f97493f3f3f |
EUC-JP | ?悠??? | 001111111100110110101010001111110011111100111111 | 3fcdaa3f3f3f |
UTF-8 | 렲悠롐렳롃 | 111010111010000010110010111001101000001010100000111010111010000110010000111010111010000010110011111010111010000110000011 | eba0b2e682a0eba190eba0b3eba183 |
UHC | 렲悠롐렳롃 | 10001110101111111110101011101101100011101101011010001110110000001000111011001010 | 8ebfeaed8ed68ec08eca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)