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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?ι?外 | 001111111000001111000111001111111000101001001111 | 3f83c73f8a4f |
EUC-JP | ?ι?外 | 001111111010011011001001001111111011001110110000 | 3fa6c93fb3b0 |
UTF-8 | 了ι퐥外 | 1110111110100110101110101100111010111001111011011001000010100101111001011010010010010110 | efa6baceb9ed90a5e5a496 |
UHC | 了ι퐥外 | 1110100011100111101001011110100110111101100011101110100011100010 | e8e7a5e9bd8ee8e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)