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 | ±±°I | 1001000110110001100100011011000110010001101100001001001001001001 | 91b191b191b09249 |
SJIS-WIN | ?±?±?°?I | 0011111110000001011111010011111110000001011111010011111110000001100010110011111101001001 | 3f817d3f817d3f818b3f49 |
EUC-JP | ?±?±?°?I | 0011111110100001110111100011111110100001110111100011111110100001111010110011111101001001 | 3fa1de3fa1de3fa1eb3f49 |
UTF-8 | ±±°I | 110000101001000111000010101100011100001010010001110000101011000111000010100100011100001010110000110000101001001001001001 | c291c2b1c291c2b1c291c2b0c29249 |
UHC | ?±?±?°?I | 0011111110100001101111100011111110100001101111100011111110100001110001100011111101001001 | 3fa1be3fa1be3fa1c63f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)