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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ????猥^ | 00111111001111110011111100111111111000001100111001011110 | 3f3f3f3fe0ce5e |
EUC-JP | ????猥^ | 00111111001111110011111100111111111000001101000001011110 | 3f3f3f3fe0d05e |
UTF-8 | 렯롏렯렶猥^ | 11101011101000001010111111101011101000011000111111101011101000001010111111101011101000001011011011100111100011001010010101011110 | eba0afeba18feba0afeba0b6e78ca55e |
UHC | 렯롏렯렶猥^ | 1000111010111100100011101101010110001110101111001000111011000001111010001110010101011110 | 8ebc8ed58ebc8ec1e8e55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)