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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | テァ承ヌ^ | 110000111010011110001111101100111100011101011110 | c3a78fb3c75e |
EUC-JP | テァ承ヌ^ | 100011101100001110001110101001111011111010110101100011101100011101011110 | 8ec38ea7beb58ec75e |
UTF-8 | テァ承ヌ^ | 11101111101111101000001111101111101111011010011111100110100010011011111111101111101111101000011101011110 | efbe83efbda7e689bfefbe875e |
UHC | ??承?^ | 001111110011111111100011101011110011111101011110 | 3f3fe3af3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)