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 | ??粧?漿 | 00111111001111111000111111001111001111111001111111110111 | 3f3f8fcf3f9ff7 |
EUC-JP | ??粧?漿 | 00111111001111111011111011010001001111111101111011111001 | 3f3fbed13fdef9 |
UTF-8 | 欌렊粧렋漿 | 111001101010110010001100111010111010000010001010111001111011001010100111111010111010000010001011111001101011110010111111 | e6ac8ceba08ae7b2a7eba08be6bcbf |
UHC | 欌렊粧렋漿 | 11101101111010111000111010100001111011011111001010001110101000101110110111101100 | edeb8ea1edf28ea2edec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)