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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????ヨ? | 00111111001111110011111100111111100000111000100000111111 | 3f3f3f3f83883f |
EUC-JP | ????ヨ? | 00111111001111110011111100111111101001011110100000111111 | 3f3f3f3fa5e83f |
UTF-8 | 琉룩뙮轢ヨ엡 | 111011111010011110001100111010111010001110101001111010111001100110101110111011111010011010001101111000111000001110101000111011001001011110100001 | efa78ceba3a9eb99aeefa68de383a8ec97a1 |
UHC | 琉룩뙮轢ヨ엡 | 111010111010010010110111111010001000110010110001111001101011110010101011111010001011111110100110 | eba4b7e88cb1e6bcabe8bfa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)