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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シト雫柴シ、 | 1011110011000100100011101011010010001110110001001011110010100100 | bcc48eb48ec4bca4 |
EUC-JP | シト雫柴シ、 | 100011101011110010001110110001001011110010110110101111001100011010001110101111001000111010100100 | 8ebc8ec4bcb6bcc68ebc8ea4 |
UTF-8 | シト雫柴シ、 | 111011111011110110111100111011111011111010000100111010011001101110101011111001101001111110110100111011111011110110111100111011111011110110100100 | efbdbcefbe84e99babe69fb4efbdbcefbda4 |
UHC | ???柴?? | 00111111001111110011111111100011110000110011111100111111 | 3f3f3fe3c33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)