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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 霈リ「霈菲^ | 111010001011110011011000101000101110100010111100111001001100100101011110 | e8bcd8a2e8bce4c95e |
EUC-JP | 霈リ「霈菲^ | 1111000010111110100011101101100010001110101000101111000010111110111010001100101101011110 | f0be8ed88ea2f0bee8cb5e |
UTF-8 | 霈リ「霈菲^ | 11101001100111001000100011101111101111101001100011101111101111011010001011101001100111001000100011101000100011111011001001011110 | e99c88efbe98efbda2e99c88e88fb25e |
UHC | ????菲^ | 00111111001111110011111100111111110111101010001101011110 | 3f3f3f3fdea35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)