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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諸假セ橲 | 11111011101010011001100011101111101111101001111011101101 | fba998efbe9eed |
EUC-JP | ?假セ橲 | 00111111110100001111000110001110101111101101110011101111 | 3fd0f18ebedcef |
UTF-8 | 諸假セ橲 | 111011111010100010100010111001011000000110000111111011111011110110111110111001101010100110110010 | efa8a2e58187efbdbee6a9b2 |
UHC | ?假?? | 0011111111001010101000110011111100111111 | 3fcaa33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)