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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 爾冪????^ | 100011101010001010011001011100000011111100111111001111110011111101011110 | 8ea299703f3f3f3f5e |
EUC-JP | 爾冪????^ | 101111001010010011010001110100010011111100111111001111110011111101011110 | bca4d1d13f3f3f3f5e |
UTF-8 | 爾冪렱희렰렭^ | 11100111100010001011111011100101100001101010101011101011101000001011000111101101100111011010110011101011101000001011000011101011101000001010110101011110 | e788bee586aaeba0b1ed9daceba0b0eba0ad5e |
UHC | 爾冪렱희렰렭^ | 11101100101100111101100011110001100011101011111011001000111100011000111010111101100011101011101001011110 | ecb3d8f18ebec8f18ebd8eba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)