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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 游?n}游?n{^ | 1001111111100000001111110110111001111101100111111110000000111111011011100111101101011110 | 9fe03f6e7d9fe03f6e7b5e |
EUC-JP | 游?n}游?n{^ | 1101111011100010001111110110111001111101110111101110001000111111011011100111101101011110 | dee23f6e7ddee23f6e7b5e |
UTF-8 | 游쳍n}游쳍n{^ | 1110011010111000101110001110110010110011100011010110111001111101111001101011100010111000111011001011001110001101011011100111101101011110 | e6b8b8ecb38d6e7de6b8b8ecb38d6e7b5e |
UHC | 游쳍n}游쳍n{^ | 11101010111111011010101101101111011011100111110111101010111111011010101101101111011011100111101101011110 | eafdab6f6e7deafdab6f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)