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 | 蟋呷ッゥ邏 | 1110010110100111100110011110110010101111101010011110011110110100 | e5a799ecafa9e7b4 |
EUC-JP | 蟋呷ッゥ邏 | 11101010101010011101001011101110100011101010111110001110101010011110111010110110 | eaa9d2ee8eaf8ea9eeb6 |
UTF-8 | 蟋呷ッゥ邏 | 111010001001111110001011111001011001000110110111111011111011110110101111111011111011110110101001111010011000001010001111 | e89f8be591b7efbdafefbda9e9828f |
UHC | ????邏 | 001111110011111100111111001111111101010110100100 | 3f3f3f3fd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)