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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | タ栁霏 | 1100000011111010111001011110100011000000 | c0fae5e8c0 |
EUC-JP | タ?霏 | 1000111011000000001111111111000011000010 | 8ec03ff0c2 |
UTF-8 | タ栁霏 | 111011111011111010000000111001101010000010000001111010011001110010001111 | efbe80e6a081e99c8f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)