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 | 邂ェ蜈カ讓 | 1110011110101110101010101110010110000101101101101110011010101000 | e7aeaae585b6e6a8 |
EUC-JP | 邂ェ蜈カ讓 | 11101110101100001000111010101010111010011110010110001110101101101110110010101010 | eeb08eaae9e58eb6ecaa |
UTF-8 | 邂ェ蜈カ讓 | 111010011000001010000010111011111011110110101010111010001001110010001000111011111011110110110110111010001010111010010011 | e98282efbdaae89c88efbdb6e8ae93 |
UHC | 邂?蜈?讓 | 1111101010110011001111111110100010100101001111111110010111010011 | fab33fe8a53fe5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)