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 | 鬘ォ逡キ褥貞 | 11101001101000011010101111100111100101011011011111100101111100011001001011100101 | e9a1abe795b7e5f192e5 |
EUC-JP | 鬘ォ逡キ褥貞 | 111100101010001110001110101010111110110111110101100011101011011111101010111100111100010011100111 | f2a38eabedf58eb7eaf3c4e7 |
UTF-8 | 鬘ォ逡キ褥貞 | 111010011010110010011000111011111011110110101011111010011000000010100001111011111011110110110111111010001010010010100101111010001011001010011110 | e9ac98efbdabe980a1efbdb7e8a4a5e8b29e |
UHC | ??逡?褥貞 | 001111110011111111110001111001000011111111101001101100111110111111110110 | 3f3ff1e43fe9b3eff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)