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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??莖坎 | 001111110011111111100100101100011001101010101010 | 3f3fe4b19aaa |
EUC-JP | ??莖坎 | 001111110011111111101000101100111101010010101100 | 3f3fe8b3d4ac |
UTF-8 | 뤺텕莖坎 | 111010111010010010111010111011011000010110010101111010001000111010010110111001011001110110001110 | eba4baed8595e88e96e59d8e |
UHC | 뤺텕莖坎 | 1000111111101000101101101000111011001100111011001100101011101100 | 8fe8b68ecceccaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)