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 | 驍ょ揃闊カ | 111010011000001010000010111001011001000110110101111010001000100010110110 | e98282e591b5e888b6 |
EUC-JP | 驍ょ揃闊カ | 11110001111000101010010011100111110000101011011111101111111010001000111010110110 | f1e2a4e7c2b7efe88eb6 |
UTF-8 | 驍ょ揃闊カ | 111010011010100110001101111000111000001010000111111001101000111110000011111010011001011110001010111011111011110110110110 | e9a98de38287e68f83e9978aefbdb6 |
UHC | 驍ょ?闊? | 1111110110100100101010101110011100111111111111001100010000111111 | fda4aae73ffcc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)