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 | 獄e?曖 | 10001101100101101000001010000101001111111001111001000010 | 8d9682853f9e42 |
EUC-JP | 獄e?曖 | 10111001111101101010001111100101001111111101101110100011 | b9f6a3e53fdba3 |
UTF-8 | 獄e벼曖 | 111001111000110110000100111011111011110110000101111010111011001010111100111001101001101110010110 | e78d84efbd85ebb2bce69b96 |
UHC | 獄e벼曖 | 1110100010101011101000111110010110111010101011011110010011110010 | e8aba3e5baade4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)