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 | 鞳願シ菩キ | 1110100011100011100010101110100010111100100101011110110010110111 | e8e38ae8bc95ecb7 |
EUC-JP | 鞳願シ菩キ | 11110000111001011011010011101010100011101011110011001010111011101000111010110111 | f0e5b4ea8ebccaee8eb7 |
UTF-8 | 鞳願シ菩キ | 111010011001111010110011111010011010000110011000111011111011110110111100111010001000111110101001111011111011110110110111 | e99eb3e9a198efbdbce88fa9efbdb7 |
UHC | ?願?菩? | 00111111111010101100001100111111110111001100110000111111 | 3feac33fdccc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)