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 | 驍ょク晏尢 | 111010011000001010000010111001011011100010011101111001011001101110010111 | e98282e5b89de59b97 |
EUC-JP | 驍ょク晏尢 | 11110001111000101010010011100111100011101011100011011010111001111101010111110111 | f1e2a4e78eb8dae7d5f7 |
UTF-8 | 驍ょク晏尢 | 111010011010100110001101111000111000001010000111111011111011110110111000111001101001100110001111111001011011000010100010 | e9a98de38287efbdb8e6998fe5b0a2 |
UHC | 驍ょ?晏? | 1111110110100100101010101110011100111111111001001100111100111111 | fda4aae73fe4cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)