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 | 煮汐鴫痔 | 1000111011001111100011101010110010001110101100001000111010100100 | 8ecf8eac8eb08ea4 |
EUC-JP | 煮汐鴫痔 | 1011110011010001101111001010111010111100101100101011110010100110 | bcd1bcaebcb2bca6 |
UTF-8 | 煮汐鴫痔 | 111001111000010110101110111001101011000110010000111010011011010010101011111001111001011110010100 | e785aee6b190e9b4abe79794 |
UHC | 煮汐?痔 | 11101101101101001110000010110001001111111111011011000000 | edb4e0b13ff6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)