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 | ¸÷ì· | 100011111011100011110111111011001011011110001110 | 8fb8f7ecb78e |
SJIS-WIN | ??÷??? | 00111111001111111000000110000000001111110011111100111111 | 3f3f81803f3f3f |
EUC-JP | ?¸÷ì?? | 0011111110001111101000101011000110100001111000001000111110101011110000000011111100111111 | 3f8fa2b1a1e08fabc03f3f |
UTF-8 | ¸÷ì· | 110000101000111111000010101110001100001110110111110000111010110011000010101101111100001010001110 | c28fc2b8c3b7c3acc2b7c28e |
UHC | ?¸÷?·? | 001111111010001010101100101000011100000000111111101000011010010000111111 | 3fa2aca1c03fa1a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)