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 | 111110111101010010001110101111010111110101000111 | fbd48ebd7d47 |
SJIS-WIN | ????}G | 001111110011111100111111001111110111110101000111 | 3f3f3f3f7d47 |
EUC-JP | ûÔ??}G | 10001111101010111110010110001111101010101101010000111111001111110111110101000111 | 8fabe58faad43f3f7d47 |
UTF-8 | ûÔ½}G | 11000011101110111100001110010100110000101000111011000010101111010111110101000111 | c3bbc394c28ec2bd7d47 |
UHC | ???½}G | 00111111001111110011111110101000111101100111110101000111 | 3f3f3fa8f67d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)