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 | 醴ëºê² | 1110111110100110101101111110101110111010100111101110101010110010 | efa6b7ebba9eeab2 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ï¦?ëº?ê? | 100011111010101111000001100011111010001011000011001111111000111110101011101100111000111110100010111010110011111110001111101010111011010000111111 | 8fabc18fa2c33f8fabb38fa2eb3f8fabb43f |
UTF-8 | 醴ëºê² | 11000011101011111100001010100110110000101011011111000011101010111100001010111010110000101001111011000011101010101100001010110010 | c3afc2a6c2b7c3abc2bac29ec3aac2b2 |
UHC | ??·?º??² | 0011111100111111101000011010010000111111101010001010110000111111001111111010100111110111 | 3f3fa1a43fa8ac3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)