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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?庾??? | 00111111100011111011110011001110001111110011111100111111 | 3f8fbcce3f3f3f |
UTF-8 | 렲庾롏렳롃 | 111010111010000010110010111001011011101010111110111010111010000110001111111010111010000010110011111010111010000110000011 | eba0b2e5babeeba18feba0b3eba183 |
UHC | 렲庾롏렳롃 | 10001110101111111110101011101100100011101101010110001110110000001000111011001010 | 8ebfeaec8ed58ec08eca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)