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 | ??}i??}iB | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
SJIS-WIN | 鏑?}i鏑?}iB | 1001001101001100001111110111110101101001100100110100110000111111011111010110100101000010 | 934c3f7d69934c3f7d6942 |
EUC-JP | 鏑?}i鏑?}iB | 1100010110101101001111110111110101101001110001011010110100111111011111010110100101000010 | c5ad3f7d69c5ad3f7d6942 |
UTF-8 | 鏑섞}i鏑섞}iB | 1110100110001111100100011110110010000100100111100111110101101001111010011000111110010001111011001000010010011110011111010110100101000010 | e98f91ec849e7d69e98f91ec849e7d6942 |
UHC | 鏑섞}i鏑섞}iB | 11101110111010111011110010101111011111010110100111101110111010111011110010101111011111010110100101000010 | eeebbcaf7d69eeebbcaf7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)