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 | ?f??f?^ | 001111111000001010000110001111110011111110000010100001100011111101011110 | 3f82863f3f82863f5e |
EUC-JP | ?f˘?f?^ | 0011111110100011111001101000111110100010101011110011111110100011111001100011111101011110 | 3fa3e68fa2af3fa3e63f5e |
UTF-8 | 緣f˘緣f궒^ | 111001111011011110100011111011111011110110000110110010111001100011100111101101111010001111101111101111011000011011101010101101101001001001011110 | e7b7a3efbd86cb98e7b7a3efbd86eab6925e |
UHC | 緣f˘緣f궒^ | 11100110110111101010001111100110101000101010100011100110110111101010001111100110100000101010011101011110 | e6dea3e6a2a8e6dea3e682a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)