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 | 野껊뮮野껊뮠^ | 11101001100001111000111011101010101110111000101011101011101011101010111011101001100001111000111011101010101110111000101011101011101011101010000001011110 | e9878eeabb8aebaeaee9878eeabb8aebaea05e |
UHC | 野껊뮮野껊뮠^ | 11100101101011111000001111101011100100101011011111100101101011111000001111101011100100101010110001011110 | e5af83eb92b7e5af83eb92ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)