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 | ??????w | 00111111001111110011111100111111001111110011111101110111 | 3f3f3f3f3f3f77 |
SJIS-WIN | 将ョ娼ー召トw | 10001111101010111010111010001111101010011011000010001111101000101100010001110111 | 8fabae8fa9b08fa2c477 |
EUC-JP | 将ョ娼ー召トw | 10111110101011011000111010101110101111101010101110001110101100001011111010100100100011101100010001110111 | bead8eaebeab8eb0bea48ec477 |
UTF-8 | 将ョ娼ー召トw | 11100101101100001000011011101111101111011010111011100101101010001011110011101111101111011011000011100101100011111010110011101111101111101000010001110111 | e5b086efbdaee5a8bcefbdb0e58facefbe8477 |
UHC | ??娼?召?w | 001111110011111111110011110111100011111111100001101011110011111101110111 | 3f3ff3de3fe1af3f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)