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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | シ鮠饉シ鮠饉^ | 1011110011101001101111001110100101011011101111001110100110111100111010010101101101011110 | bce9bce95bbce9bce95b5e |
EUC-JP | シ鮠饉シ鮠饉^ | 10001110101111001111001010111110111100011011110010001110101111001111001010111110111100011011110001011110 | 8ebcf2bef1bc8ebcf2bef1bc5e |
UTF-8 | シ鮠饉シ鮠饉^ | 11101111101111011011110011101001101011101010000011101001101001011000100111101111101111011011110011101001101011101010000011101001101001011000100101011110 | efbdbce9aea0e9a589efbdbce9aea0e9a5895e |
UHC | ??饉??饉^ | 001111110011111111010000110011110011111100111111110100001100111101011110 | 3f3fd0cf3f3fd0cf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)