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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?煮貪 | 0011111110001110110011111110011011000011 | 3f8ecfe6c3 |
EUC-JP | ?煮貪 | 0011111110111100110100011110110011000101 | 3fbcd1ecc5 |
UTF-8 | 뤳煮貪 | 111010111010010010110011111001111000010110101110111010001011001010101010 | eba4b3e785aee8b2aa |
UHC | 뤳煮貪 | 100011111110000111101101101101001111011110110001 | 8fe1edb4f7b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)