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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 而鋓「邇ョ | 11110001111000001000111010100111111110111101011010100010111001111000111010101110 | f1e08ea7fbd6a2e78eae |
EUC-JP | ?而鋓「邇ョ | 001111111011110010101001100011111110010010111111100011101010001011101101111011101000111010101110 | 3fbca98fe4bf8ea2edee8eae |
UTF-8 | 而鋓「邇ョ | 111011101000010110011011111010001000000010001100111010011000101110010011111011111011110110100010111010011000001010000111111011111011110110101110 | ee859be8808ce98b93efbda2e98287efbdae |
UHC | ?而??邇? | 0011111111101100101110110011111100111111111011001100010000111111 | 3fecbb3f3fecc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)