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 | ¼¶}¼¶{^ | 10111100101101100111110110111100101101100111101101011110 | bcb67dbcb67b5e |
SJIS-WIN | ?¶}?¶{^ | 001111111000000111110111011111010011111110000001111101110111101101011110 | 3f81f77d3f81f77b5e |
EUC-JP | ?¶}?¶{^ | 001111111010001011111001011111010011111110100010111110010111101101011110 | 3fa2f97d3fa2f97b5e |
UTF-8 | ¼¶}¼¶{^ | 1100001010111100110000101011011001111101110000101011110011000010101101100111101101011110 | c2bcc2b67dc2bcc2b67b5e |
UHC | ¼¶}¼¶{^ | 1010100011111001101000101101001001111101101010001111100110100010110100100111101101011110 | a8f9a2d27da8f9a2d27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)