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 | 驍り・イ | 111010011000001010000010111010001010010110110010 | e98282e8a5b2 |
EUC-JP | 驍り・イ | 1111000111100010101001001110101010001110101001011000111010110010 | f1e2a4ea8ea58eb2 |
UTF-8 | 驍り・イ | 111010011010100110001101111000111000001010001010111011111011110110100101111011111011110110110010 | e9a98de3828aefbda5efbdb2 |
UHC | 驍り?? | 111111011010010010101010111010100011111100111111 | fda4aaea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)