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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 筍爲筍迯^ | 111000101010000111100000101010001110001010100001111001111000110101011110 | e2a1e0a8e2a1e78d5e |
EUC-JP | 筍爲筍迯^ | 111001001010001111100000101010101110010010100011111011011110110101011110 | e4a3e0aae4a3eded5e |
UTF-8 | 筍爲筍迯^ | 11100111101011011000110111100111100010001011001011100111101011011000110111101000101111111010111101011110 | e7ad8de788b2e7ad8de8bfaf5e |
UHC | 筍爲筍?^ | 1110001011101100111010101101001111100010111011000011111101011110 | e2ecead3e2ec3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)