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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 做嘗}做嘗{^ | 1001100011110100100011111010011001111101100110001111010010001111101001100111101101011110 | 98f48fa67d98f48fa67b5e |
EUC-JP | 做嘗}做嘗{^ | 1101000011110110101111101010100001111101110100001111011010111110101010000111101101011110 | d0f6bea87dd0f6bea87b5e |
UTF-8 | 做嘗}做嘗{^ | 111001011000000110011010111001011001100010010111011111011110010110000001100110101110010110011000100101110111101101011110 | e5819ae598977de5819ae598977b5e |
UHC | 做嘗}做嘗{^ | 1111000110101110110111111100010001111101111100011010111011011111110001000111101101011110 | f1aedfc47df1aedfc47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)