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 | è¾±ëB | 11101000101111101011000111101011100011101000011001000010 | e8beb1eb8e8642 |
SJIS-WIN | ??±???B | 0011111100111111100000010111110100111111001111110011111101000010 | 3f3f817d3f3f3f42 |
EUC-JP | è?±ë??B | 100011111010101110110010001111111010000111011110100011111010101110110011001111110011111101000010 | 8fabb23fa1de8fabb33f3f42 |
UTF-8 | è¾±ëB | 11000011101010001100001010111110110000101011000111000011101010111100001010001110110000101000011001000010 | c3a8c2bec2b1c3abc28ec28642 |
UHC | ?¾±???B | 001111111010100011111010101000011011111000111111001111110011111101000010 | 3fa8faa1be3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)