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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迪夜。ッ | 111001111000110010010110111010011010000110101111 | e78c96e9a1af |
EUC-JP | 迪夜。ッ | 1110110111101100110011001110101110001110101000011000111010101111 | edeccceb8ea18eaf |
UTF-8 | 迪夜。ッ | 111010001011111110101010111001011010010010011100111011111011110110100001111011111011110110101111 | e8bfaae5a49cefbda1efbdaf |
UHC | 迪夜?? | 111011101110100011100101101010000011111100111111 | eee8e5a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)