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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??┓猶? | 00111111001111111000010010101101100101110101000000111111 | 3f3f84ad97503f |
EUC-JP | ??┓猶? | 00111111001111111010100010101111110011011011000100111111 | 3f3fa8afcdb13f |
UTF-8 | 緣쏅┓猶랡 | 111001111011011110100011111011001000111110000101111000101001010010010011111001111000110010110110111010111001111010100001 | e7b7a3ec8f85e29493e78cb6eb9ea1 |
UHC | 緣쏅┓猶랡 | 11100110110111101001101111101011101001101010111111101011101000101000111001000010 | e6de9beba6afeba28e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)