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 | 邱募ョ | 1110011110110111100101011110010110101110 | e7b795e5ae |
EUC-JP | 邱募ョ | 111011101011100111001010111001111000111010101110 | eeb9cae78eae |
UTF-8 | 邱募ョ | 111010011000001010110001111001011000101110011111111011111011110110101110 | e982b1e58b9fefbdae |
UHC | 邱募? | 1100111111001000110110011011010000111111 | cfc8d9b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)