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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 遉粐遉粐^ | 111001111010010011100010111000101110011110100100111000101110001001011110 | e7a4e2e2e7a4e2e25e |
EUC-JP | 遉粐遉粐^ | 111011101010011011100100111001001110111010100110111001001110010001011110 | eea6e4e4eea6e4e45e |
UTF-8 | 遉粐遉粐^ | 11101001100000011000100111100111101100101001000011101001100000011000100111100111101100101001000001011110 | e98189e7b290e98189e7b2905e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)