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 | ?????xF | 00111111001111110011111100111111001111110111100001000110 | 3f3f3f3f3f7846 |
SJIS-WIN | 将筍ュ召エxF | 10001111101010111110001010100001101011011000111110100010101101000111100001000110 | 8fabe2a1ad8fa2b47846 |
EUC-JP | 将筍ュ召エxF | 101111101010110111100100101000111000111010101101101111101010010010001110101101000111100001000110 | beade4a38eadbea48eb47846 |
UTF-8 | 将筍ュ召エxF | 1110010110110000100001101110011110101101100011011110111110111101101011011110010110001111101011001110111110111101101101000111100001000110 | e5b086e7ad8defbdade58facefbdb47846 |
UHC | ?筍?召?xF | 001111111110001011101100001111111110000110101111001111110111100001000110 | 3fe2ec3fe1af3f7846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)