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 | íë¸ê¦ | 111011011110101110001110101110001110101010100110 | edeb8eb8eaa6 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | íë?¸ê¦ | 10001111101010111011111110001111101010111011001100111111100011111010001010110001100011111010101110110100100011111010001011000011 | 8fabbf8fabb33f8fa2b18fabb48fa2c3 |
UTF-8 | íë¸ê¦ | 110000111010110111000011101010111100001010001110110000101011100011000011101010101100001010100110 | c3adc3abc28ec2b8c3aac2a6 |
UHC | ???¸?? | 00111111001111110011111110100010101011000011111100111111 | 3f3f3fa2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)