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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | シナ痔柴シアH | 101111001100010110001110101001001000111011000100101111001011000101001000 | bcc58ea48ec4bcb148 |
EUC-JP | シナ痔柴シアH | 10001110101111001000111011000101101111001010011010111100110001101000111010111100100011101011000101001000 | 8ebc8ec5bca6bcc68ebc8eb148 |
UTF-8 | シナ痔柴シアH | 11101111101111011011110011101111101111101000010111100111100101111001010011100110100111111011010011101111101111011011110011101111101111011011000101001000 | efbdbcefbe85e79794e69fb4efbdbcefbdb148 |
UHC | ??痔柴??H | 001111110011111111110110110000001110001111000011001111110011111101001000 | 3f3ff6c0e3c33f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)