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 | 韃ソ蟶帷イ | 1110100011100101101111111110010110111000100110111110011110110010 | e8e5bfe5b89be7b2 |
EUC-JP | 韃ソ蟶帷イ | 11110000111001111000111010111111111010101011101011010110111010011000111010110010 | f0e78ebfeabad6e98eb2 |
UTF-8 | 韃ソ蟶帷イ | 111010011001111110000011111011111011110110111111111010001001111110110110111001011011100010110111111011111011110110110010 | e99f83efbdbfe89fb6e5b8b7efbdb2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)