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 | 蔭逗娘張 | 1000100011111100100100001000000010010110101110101001001010100011 | 88fc908096ba92a3 |
EUC-JP | 蔭逗娘張 | 1011000011111110101111111110000011001100101111001100010010100101 | b0febfe0ccbcc4a5 |
UTF-8 | 蔭逗娘張 | 111010001001010010101101111010011000000010010111111001011010100010011000111001011011110010110101 | e894ade98097e5a898e5bcb5 |
UHC | 蔭逗娘張 | 1110101111100011110101001110100011010010101001101110110111100101 | ebe3d4e8d2a6ede5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)