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 | }G | 111011101011100010001110101111010111110101000111 | eeb88ebd7d47 |
SJIS-WIN | ????}G | 001111110011111100111111001111110111110101000111 | 3f3f3f3f7d47 |
EUC-JP | �?}G | 10001111101010111100001010001111101000101011000100111111001111110111110101000111 | 8fabc28fa2b13f3f7d47 |
UTF-8 | }G | 11000011101011101100001010111000110000101000111011000010101111010111110101000111 | c3aec2b8c28ec2bd7d47 |
UHC | ?¸?½}G | 0011111110100010101011000011111110101000111101100111110101000111 | 3fa2ac3fa8f67d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)