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 | 跛夜。ッ | 111001101110101010010110111010011010000110101111 | e6ea96e9a1af |
EUC-JP | 跛夜。ッ | 1110110011101100110011001110101110001110101000011000111010101111 | ececcceb8ea18eaf |
UTF-8 | 跛夜。ッ | 111010001011011110011011111001011010010010011100111011111011110110100001111011111011110110101111 | e8b79be5a49cefbda1efbdaf |
UHC | 跛夜?? | 111101111111010111100101101010000011111100111111 | f7f5e5a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)