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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 攸?? | 10011101101111110011111100111111 | 9dbf3f3f |
EUC-JP | 攸?? | 11011010110000010011111100111111 | dac13f3f |
UTF-8 | 攸페ㄾ | 111001101001010010111000111011011000111010011000111000111000010010111110 | e694b8ed8e98e384be |
UHC | 攸페ㄾ | 111010101111001011000110111001001010010010101110 | eaf2c6e4a4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)