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 | 郢貞ュ滕ァシ | 111001111011100110010010111001011010110110011111111011001010011110111100 | e7b992e5ad9feca7bc |
EUC-JP | 郢貞ュ滕ァシ | 111011101011101111000100111001111000111010101101110111101110111010001110101001111000111010111100 | eebbc4e78eaddeee8ea78ebc |
UTF-8 | 郢貞ュ滕ァシ | 111010011000001110100010111010001011001010011110111011111011110110101101111001101011101110010101111011111011110110100111111011111011110110111100 | e983a2e8b29eefbdade6bb95efbda7efbdbc |
UHC | ?貞???? | 00111111111011111111011000111111001111110011111100111111 | 3feff63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)