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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 野??宜 | 100101101110110000111111001111111000101101011000 | 96ec3f3f8b58 |
EUC-JP | 野??宜 | 110011001110111000111111001111111011010110111001 | ccee3f3fb5b9 |
UTF-8 | 野ㅳ굢宜 | 111010011000011110001110111000111000010110110011111010101011010110100010111001011010111010011100 | e9878ee385b3eab5a2e5ae9c |
UHC | 野ㅳ굢宜 | 1110010110101111101001001110001110000010100010011110101111110001 | e5afa4e38289ebf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)