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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驕丞サ夜¥ | 111010011000000110001111111001011011101110010110111010011000000110001111 | e9818fe5bb96e9818f |
EUC-JP | 驕丞サ夜¥ | 11110001111000011011111011100111100011101011101111001100111010111010000111101111 | f1e1bee78ebbcceba1ef |
UTF-8 | 驕丞サ夜¥ | 111010011010100110010101111001001011100010011110111011111011110110111011111001011010010010011100111011111011111110100101 | e9a995e4b89eefbdbbe5a49cefbfa5 |
UHC | 驕丞?夜¥ | 110011101111011011100011101010100011111111100101101010001010000111001101 | cef6e3aa3fe5a8a1cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)