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 | 野??野??^ | 100101101110110000111111001111111001011011101100001111110011111101011110 | 96ec3f3f96ec3f3f5e |
EUC-JP | 野??野??^ | 110011001110111000111111001111111100110011101110001111110011111101011110 | ccee3f3fccee3f3f5e |
UTF-8 | 野껊꽭野껊꽪^ | 11101001100001111000111011101010101110111000101011101010101111011010110111101001100001111000111011101010101110111000101011101010101111011010101001011110 | e9878eeabb8aeabdade9878eeabb8aeabdaa5e |
UHC | 野껊꽭野껊꽪^ | 11100101101011111000001111101011100001001011100011100101101011111000001111101011100001001011010101011110 | e5af83eb84b8e5af83eb84b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)