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 | ±®° | 1001000110110001100100011010111010010001101100001001000110100000 | 91b191ae91b091a0 |
SJIS-WIN | ?±???°?? | 00111111100000010111110100111111001111110011111110000001100010110011111100111111 | 3f817d3f3f3f818b3f3f |
EUC-JP | ?±?®?°?? | 001111111010000111011110001111111000111110100010111011100011111110100001111010110011111100111111 | 3fa1de3f8fa2ee3fa1eb3f3f |
UTF-8 | ±®° | 11000010100100011100001010110001110000101001000111000010101011101100001010010001110000101011000011000010100100011100001010100000 | c291c2b1c291c2aec291c2b0c291c2a0 |
UHC | ?±?®?°?? | 0011111110100001101111100011111110100010111001110011111110100001110001100011111100111111 | 3fa1be3fa2e73fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)