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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 袱先カ | 1110010111011110100100001110011010110110 | e5de90e6b6 |
EUC-JP | 袱先カ | 111010101110000011000000111010001000111010110110 | eae0c0e88eb6 |
UTF-8 | 袱先カ | 111010001010001010110001111001011000010110001000111011111011110110110110 | e8a2b1e58588efbdb6 |
UHC | ?先? | 00111111111000001011101100111111 | 3fe0bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)