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 | ????[ | 0011111100111111001111110011111101011011 | 3f3f3f3f5b |
SJIS-WIN | 驤雁ョ、[ | 11101001100010001000101011100101101011101010010001011011 | e9888ae5aea45b |
EUC-JP | 驤雁ョ、[ | 111100011110100010110100111001111000111010101110100011101010010001011011 | f1e8b4e78eae8ea45b |
UTF-8 | 驤雁ョ、[ | 11101001101010011010010011101001100110111000000111101111101111011010111011101111101111011010010001011011 | e9a9a4e99b81efbdaeefbda45b |
UHC | ?雁??[ | 001111111110010011010010001111110011111101011011 | 3fe4d23f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)