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 | シト杓煮 | 101111001100010010001110110110111000111011001111 | bcc48edb8ecf |
EUC-JP | シト杓煮 | 1000111010111100100011101100010010111100110111011011110011010001 | 8ebc8ec4bcddbcd1 |
UTF-8 | シト杓煮 | 111011111011110110111100111011111011111010000100111001101001110110010011111001111000010110101110 | efbdbcefbe84e69d93e785ae |
UHC | ??杓煮 | 001111110011111111111000111101011110110110110100 | 3f3ff8f5edb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)