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 | 彗?餘?夕? | 100111000110000100111111111010010101000000111111100101110101101100111111 | 9c613fe9503f975b3f |
EUC-JP | 彗?餘?夕? | 110101111100001000111111111100011011000100111111110011011011110000111111 | d7c23ff1b13fcdbc3f |
UTF-8 | 彗뤸餘묓夕怜 | 111001011011110110010111111010111010010010111000111010011010010010011000111010111010110010010011111001011010010010010101111011111010011010101100 | e5bd97eba4b8e9a498ebac93e5a495efa6ac |
UHC | 彗뤸餘묓夕怜 | 111110111011001010001111111001101110011010101110100100011110110111100000101010101110011110110000 | fbb28fe6e6ae91ede0aae7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)