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 | è¾±ìëµ | 1110100010111110101100011110110010011110100011001110101110110101 | e8beb1ec9e8cebb5 |
SJIS-WIN | ??±????? | 001111110011111110000001011111010011111100111111001111110011111100111111 | 3f3f817d3f3f3f3f3f |
EUC-JP | è?±ì??ë? | 100011111010101110110010001111111010000111011110100011111010101111000000001111110011111110001111101010111011001100111111 | 8fabb23fa1de8fabc03f3f8fabb33f |
UTF-8 | è¾±ìëµ | 11000011101010001100001010111110110000101011000111000011101011001100001010011110110000101000110011000011101010111100001010110101 | c3a8c2bec2b1c3acc29ec28cc3abc2b5 |
UHC | ?¾±????? | 00111111101010001111101010100001101111100011111100111111001111110011111100111111 | 3fa8faa1be3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)