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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 野??唯? | 10010110111011000011111100111111100101110100001000111111 | 96ec3f3f97423f |
EUC-JP | 野??唯? | 11001100111011100011111100111111110011011010001100111111 | ccee3f3fcda33f |
UTF-8 | 野ㅻㅎ唯꿁 | 111010011000011110001110111000111000010110111011111000111000010110001110111001011001010010101111111010101011111110000001 | e9878ee385bbe3858ee594afeabf81 |
UHC | 野ㅻㅎ唯꿁 | 11100101101011111010010011101011101001001011111011101010111001101000010101000010 | e5afa4eba4beeae68542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)