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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 豼笠Y豼笠bE | 1110011010111111100010100111110101011001111001101011111110001010011111010110001001000101 | e6bf8a7d59e6bf8a7d6245 |
EUC-JP | 豼笠Y豼笠bE | 1110110011000001101100111101111001011001111011001100000110110011110111100110001001000101 | ecc1b3de59ecc1b3de6245 |
UTF-8 | 豼笠Y豼笠bE | 111010001011000110111100111001111010110010100000010110011110100010110001101111001110011110101100101000000110001001000101 | e8b1bce7aca059e8b1bce7aca06245 |
UHC | ?笠Y?笠bE | 001111111101100010100010010110010011111111011000101000100110001001000101 | 3fd8a2593fd8a26245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)