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 | 跚狗ョ截 | 11100110111001111000101111100111101011101001110101000010 | e6e78be7ae9d42 |
EUC-JP | 跚狗ョ截 | 1110110011101001101101101110100110001110101011101101100110100011 | ece9b6e98eaed9a3 |
UTF-8 | 跚狗ョ截 | 111010001011011110011010111001111000101110010111111011111011110110101110111001101000100010101010 | e8b79ae78b97efbdaee688aa |
UHC | ?狗?截 | 001111111100111110110111001111111110111110111000 | 3fcfb73fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)