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 | ??????CF | 0011111100111111001111110011111100111111001111110100001101000110 | 3f3f3f3f3f3f4346 |
SJIS-WIN | リ。袗CF | 111101101110001111011000111110001111001010100001111001011101010111111000110101000100001101000110 | f6e3d8f8f2a1e5d5f8d44346 |
EUC-JP | ?リ?。袗?CF | 0011111110001110110110000011111110001110101000011110101011010111001111110100001101000110 | 3f8ed83f8ea1ead73f4346 |
UTF-8 | リ。袗CF | 1110111010010100100010101110111110111110100110001110111010011010100100011110111110111101101000011110100010100010100101111110111010011001101100110100001101000110 | ee948aefbe98ee9a91efbda1e8a297ee99b34346 |
UHC | ????袗?CF | 001111110011111100111111001111111111001011011111001111110100001101000110 | 3f3f3f3ff2df3f4346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)