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 | ??Z? | 00111111001111110101101000111111 | 3f3f5a3f |
SJIS-WIN | 跟ウZ甯 | 111001101110111010110011010110101111101010101000 | e6eeb35afaa8 |
EUC-JP | 跟ウZ甯 | 1110110011110000100011101011001101011010100011111100110110101010 | ecf08eb35a8fcdaa |
UTF-8 | 跟ウZ甯 | 11101000101101111001111111101111101111011011001101011010111001111001010010101111 | e8b79fefbdb35ae794af |
UHC | ??Z? | 00111111001111110101101000111111 | 3f3f5a3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)