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 | 雹ゑス櫛 | 11101000101110011000001011101111101111011000101111111001 | e8b982efbd8bf9 |
EUC-JP | 雹ゑス櫛 | 1111000010111011101001001111000110001110101111011011011011111011 | f0bba4f18ebdb6fb |
UTF-8 | 雹ゑス櫛 | 111010011001101110111001111000111000001010010001111011111011110110111101111001101010101110011011 | e99bb9e38291efbdbde6ab9b |
UHC | 雹ゑ?櫛 | 11011010110111111010101011110001001111111111000111101110 | dadfaaf13ff1ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)