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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 野??^ | 1001011011101100001111110011111101011110 | 96ec3f3f5e |
EUC-JP | 野??^ | 1100110011101110001111110011111101011110 | ccee3f3f5e |
UTF-8 | 野ㅽ냽^ | 11101001100001111000111011100011100001011011110111101011100000111011110101011110 | e9878ee385bdeb83bd5e |
UHC | 野ㅽ냽^ | 11100101101011111010010011101101100001101000110101011110 | e5afa4ed868d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)