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 | アキ症 | 101100011011011110001111110001111111000101000010 | b1b78fc7f142 |
EUC-JP | アキ症? | 10001110101100011000111010110111101111101100100100111111 | 8eb18eb7bec93f |
UTF-8 | アキ症 | 111011111011110110110001111011111011110110110111111001111001011110000111111011101000001010111110 | efbdb1efbdb7e79787ee82be |
UHC | ??症? | 0011111100111111111100011111100000111111 | 3f3ff1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)