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 | 砥馴謝執 | 1001001101110101100100111110100110001110110100111000111010110111 | 937593e98ed38eb7 |
EUC-JP | 砥馴謝執 | 1100010111010110110001101110101110111100110101011011110010111001 | c5d6c6ebbcd5bcb9 |
UTF-8 | 砥馴謝執 | 111001111010000010100101111010011010011010110100111010001010110010011101111001011001111110110111 | e7a0a5e9a6b4e8ac9de59fb7 |
UHC | 砥馴謝執 | 1111001010110010111000101111100011011110111100111111001011111011 | f2b2e2f8def3f2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)