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 | 逎狗」毅 | 11100111101000111000101111100111101000111000101101000010 | e7a38be7a38b42 |
EUC-JP | 逎狗」毅 | 1110111010100101101101101110100110001110101000111011010110100011 | eea5b6e98ea3b5a3 |
UTF-8 | 逎狗」毅 | 111010011000000010001110111001111000101110010111111011111011110110100011111001101010111110000101 | e9808ee78b97efbda3e6af85 |
UHC | ?狗?毅 | 001111111100111110110111001111111110101111110110 | 3fcfb73febf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)