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 | ì¼à±ì¼ | 111011001011110011100000101100011110110010111100 | ecbce0b1ecbc |
SJIS-WIN | ???±?? | 00111111001111110011111110000001011111010011111100111111 | 3f3f3f817d3f3f |
EUC-JP | ì?à±ì? | 10001111101010111100000000111111100011111010101110100010101000011101111010001111101010111100000000111111 | 8fabc03f8faba2a1de8fabc03f |
UTF-8 | ì¼à±ì¼ | 110000111010110011000010101111001100001110100000110000101011000111000011101011001100001010111100 | c3acc2bcc3a0c2b1c3acc2bc |
UHC | ?¼?±?¼ | 001111111010100011111001001111111010000110111110001111111010100011111001 | 3fa8f93fa1be3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)