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 | 貞?? | 10010010111001010011111100111111 | 92e53f3f |
EUC-JP | 貞?侁 | 110001001110011100111111100011111011000011111100 | c4e73f8fb0fc |
UTF-8 | 貞렟侁 | 111010001011001010011110111010111010000010011111111001001011111010000001 | e8b29eeba09fe4be81 |
UHC | 貞렟侁 | 111011111111011010001110101100001110001111100000 | eff68eb0e3e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)