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 | ¸÷ì· | 1000111110111000111101111110110010110111 | 8fb8f7ecb7 |
SJIS-WIN | ??÷?? | 001111110011111110000001100000000011111100111111 | 3f3f81803f3f |
EUC-JP | ?¸÷ì? | 00111111100011111010001010110001101000011110000010001111101010111100000000111111 | 3f8fa2b1a1e08fabc03f |
UTF-8 | ¸÷ì· | 11000010100011111100001010111000110000111011011111000011101011001100001010110111 | c28fc2b8c3b7c3acc2b7 |
UHC | ?¸÷?· | 0011111110100010101011001010000111000000001111111010000110100100 | 3fa2aca1c03fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)