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 | 㱺 | 111000111011000110000010100011001000000110111010 | e3b1828c81ba |
SJIS-WIN | ?±???? | 00111111100000010111110100111111001111110011111100111111 | 3f817d3f3f3f3f |
EUC-JP | ã±???º | 1000111110101011101010101010000111011110001111110011111100111111100011111010001011101011 | 8fabaaa1de3f3f3f8fa2eb |
UTF-8 | 㱺 | 110000111010001111000010101100011100001010000010110000101000110011000010100000011100001010111010 | c3a3c2b1c282c28cc281c2ba |
UHC | ?±???º | 0011111110100001101111100011111100111111001111111010100010101100 | 3fa1be3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)