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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | シト嫉篠h | 10111100110001001000111010111001100011101100001001101000 | bcc48eb98ec268 |
EUC-JP | シト嫉篠h | 100011101011110010001110110001001011110010111011101111001100010001101000 | 8ebc8ec4bcbbbcc468 |
UTF-8 | シト嫉篠h | 11101111101111011011110011101111101111101000010011100101101010111000100111100111101011111010000001101000 | efbdbcefbe84e5ab89e7afa068 |
UHC | ??嫉篠h | 00111111001111111111001011101100111000011100011001101000 | 3f3ff2ece1c668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)