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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?琬?琬^ | 001111111000111111001100101100000011111110001111110011001011000001011110 | 3f8fccb03f8fccb05e |
UTF-8 | 쉗琬쉗琬^ | 11101100100010011001011111100111100100001010110011101100100010011001011111100111100100001010110001011110 | ec8997e790acec8997e790ac5e |
UHC | 쉗琬쉗琬^ | 100110100110111011101000110011101001101001101110111010001100111001011110 | 9a6ee8ce9a6ee8ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)