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 | À½ç | 1000111011000000100011111011110111100111 | 8ec08fbde7 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?À??ç | 001111111000111110101010101000100011111100111111100011111010101110101110 | 3f8faaa23f3f8fabae |
UTF-8 | À½ç | 11000010100011101100001110000000110000101000111111000010101111011100001110100111 | c28ec380c28fc2bdc3a7 |
UHC | ???½? | 001111110011111100111111101010001111011000111111 | 3f3f3fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)