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 | îë°² | 11101110111010111011000010110010 | eeebb0b2 |
SJIS-WIN | ??°? | 0011111100111111100000011000101100111111 | 3f3f818b3f |
EUC-JP | îë°? | 100011111010101111000010100011111010101110110011101000011110101100111111 | 8fabc28fabb3a1eb3f |
UTF-8 | îë°² | 1100001110101110110000111010101111000010101100001100001010110010 | c3aec3abc2b0c2b2 |
UHC | ??°² | 001111110011111110100001110001101010100111110111 | 3f3fa1c6a9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)