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 | 貞?鬱貊磨 | 100100101110010100111111100111110101010011100110101110111001011010000001 | 92e53f9f54e6bb9681 |
EUC-JP | 貞?鬱貊磨 | 110001001110011100111111110111011011010111101100101111011100101111100001 | c4e73fddb5ecbdcbe1 |
UTF-8 | 貞렟鬱貊磨 | 111010001011001010011110111010111010000010011111111010011010110010110001111010001011001010001010111001111010001110101000 | e8b29eeba09fe9acb1e8b28ae7a3a8 |
UHC | 貞렟鬱貊磨 | 11101111111101101000111010110000111010101010011011011000111001111101100010101000 | eff68eb0eaa6d8e7d8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)