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 | 奪俗側棚賊 | 10010010010001001001000110101101100100011010010010010010010010011001000110101111 | 924491ad91a4924991af |
EUC-JP | 奪俗側棚賊 | 11000011101001011100001010101111110000101010011011000011101010101100001010110001 | c3a5c2afc2a6c3aac2b1 |
UTF-8 | 奪俗側棚賊 | 111001011010010110101010111001001011111110010111111001011000000110110100111001101010001110011010111010001011001110001010 | e5a5aae4bf97e581b4e6a39ae8b38a |
UHC | 奪俗側棚賊 | 11110111101011001110000111010100111101101011000011011101110111001110111011100100 | f7ace1d4f6b0dddceee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)