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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | ?沇}?沇{^ | 0011111110001111110001101110101101111101001111111000111111000110111010110111101101011110 | 3f8fc6eb7d3f8fc6eb7b5e |
UTF-8 | 뤯沇}뤯沇{^ | 111010111010010010101111111001101011001010000111011111011110101110100100101011111110011010110010100001110111101101011110 | eba4afe6b2877deba4afe6b2877b5e |
UHC | 뤯沇}뤯沇{^ | 1000111111011101111001101100110001111101100011111101110111100110110011000111101101011110 | 8fdde6cc7d8fdde6cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)