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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 癌癌厄善 | 1000101011100000100010101110000010010110111011111001000101010000 | 8ae08ae096ef9150 |
EUC-JP | 癌癌厄善 | 1011010011100010101101001110001011001100111100011100000110110001 | b4e2b4e2ccf1c1b1 |
UTF-8 | 癌癌厄善 | 111001111001100110001100111001111001100110001100111001011000111010000100111001011001011010000100 | e7998ce7998ce58e84e59684 |
UHC | 癌癌厄善 | 1110010011011111111001001101111111100100111110001110000010111100 | e4dfe4dfe4f8e0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)