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 | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 驪吝ョ、h驪 | 111010011000101110011001111001011010111010100100011010001110100110001011 | e98b99e5aea468e98b |
EUC-JP | 驪吝ョ、h驪 | 1111000111101011110100101110011110001110101011101000111010100100011010001111000111101011 | f1ebd2e78eae8ea468f1eb |
UTF-8 | 驪吝ョ、h驪 | 11101001101010011010101011100101100100001001110111101111101111011010111011101111101111011010010001101000111010011010100110101010 | e9a9aae5909defbdaeefbda468e9a9aa |
UHC | 驪吝??h驪 | 110101011111000111010111111100000011111100111111011010001101010111110001 | d5f1d7f03f3f68d5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)