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 | 鞜句炎籬 | 1110100011011111100010111110010110001001100010101110001011011111 | e8df8be5898ae2df |
EUC-JP | 鞜句炎籬 | 1111000011100001101101101110011110110001111010101110010011100001 | f0e1b6e7b1eae4e1 |
UTF-8 | 鞜句炎籬 | 111010011001111010011100111001011000111110100101111001111000001010001110111001111011000110101100 | e99e9ce58fa5e7828ee7b1ac |
UHC | ?句炎籬 | 00111111110011111010001111100110111110101101011111100110 | 3fcfa3e6fad7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)