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 | 筝フ矮カ | 111000101011011011001100111000011110001010110110 | e2b6cce1e2b6 |
EUC-JP | 筝フ矮カ | 1110010010111000100011101100110011100010111001001000111010110110 | e4b88ecce2e48eb6 |
UTF-8 | 筝フ矮カ | 111001111010110110011101111011111011111010001100111001111001111110101110111011111011110110110110 | e7ad9defbe8ce79faeefbdb6 |
UHC | ??矮? | 0011111100111111111010001110000100111111 | 3f3fe8e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)