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 | 遮汐鴫 | 1111001011111001100011101101010110001110101011001000111010110000 | f2f98ed58eac8eb0 |
EUC-JP | ?遮汐鴫 | 00111111101111001101011110111100101011101011110010110010 | 3fbcd7bcaebcb2 |
UTF-8 | 遮汐鴫 | 111011101000100010110000111010011000000110101110111001101011000110010000111010011011010010101011 | ee88b0e981aee6b190e9b4ab |
UHC | ?遮汐? | 001111111111001110110100111000001011000100111111 | 3ff3b4e0b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)