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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邨取峡笏ー | 111001111011010110001110111001101000101110101100111000101001010010110000 | e7b58ee68bace294b0 |
EUC-JP | 邨取峡笏ー | 11101110101101111011110011101000101101101010111011100011111101001000111010110000 | eeb7bce8b6aee3f48eb0 |
UTF-8 | 邨取峡笏ー | 111010011000001010101000111001011000111110010110111001011011001110100001111001111010110010001111111011111011110110110000 | e982a8e58f96e5b3a1e7ac8fefbdb0 |
UHC | 邨取?笏? | 1111010110111110111101101010001000111111111110111110111000111111 | f5bef6a23ffbee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)