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 | 暎?3型 | 10011101111100110011111110000010010100101000110001011110 | 9df33f82528c5e |
EUC-JP | 暎?3型 | 11011010111101010011111110100011101100111011011110111111 | daf53fa3b3b7bf |
UTF-8 | 暎쐐3型 | 111001101001101010001110111011001001000010010000111011111011110010010011111001011001111010001011 | e69a8eec9090efbc93e59e8b |
UHC | 暎쐐3型 | 1110011110110010101111011111101110100011101100111111101011111110 | e7b2bdfba3b3fafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)