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 | þ±H° | 1001000111111110100100011011000110010010010010001001000110110000 | 91fe91b1924891b0 |
SJIS-WIN | ???±?H?° | 00111111001111110011111110000001011111010011111101001000001111111000000110001011 | 3f3f3f817d3f483f818b |
EUC-JP | ?þ?±?H?° | 001111111000111110101001110100000011111110100001110111100011111101001000001111111010000111101011 | 3f8fa9d03fa1de3f483fa1eb |
UTF-8 | þ±H° | 110000101001000111000011101111101100001010010001110000101011000111000010100100100100100011000010100100011100001010110000 | c291c3bec291c2b1c29248c291c2b0 |
UHC | ?þ?±?H?° | 0011111110101001101011010011111110100001101111100011111101001000001111111010000111000110 | 3fa9ad3fa1be3f483fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)