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 | 驥ソ蟶帷イ | 1110100110000111101111111110010110111000100110111110011110110010 | e987bfe5b89be7b2 |
EUC-JP | 驥ソ蟶帷イ | 11110001111001111000111010111111111010101011101011010110111010011000111010110010 | f1e78ebfeabad6e98eb2 |
UTF-8 | 驥ソ蟶帷イ | 111010011010100110100101111011111011110110111111111010001001111110110110111001011011100010110111111011111011110110110010 | e9a9a5efbdbfe89fb6e5b8b7efbdb2 |
UHC | 驥???? | 110100011100101000111111001111110011111100111111 | d1ca3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)