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 | ÄÞа | 11000100110111101101000010110000 | c4ded0b0 |
SJIS-WIN | ???° | 0011111100111111001111111000000110001011 | 3f3f3f818b |
EUC-JP | ÄÞ?° | 100011111010101010100011100011111010100110110000001111111010000111101011 | 8faaa38fa9b03fa1eb |
UTF-8 | ÄÞа | 1100001110000100110000111001111011000011100100001100001010110000 | c384c39ec390c2b0 |
UHC | ?Þа | 00111111101010001010110110101000101000101010000111000110 | 3fa8ada8a2a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)