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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 面}面{^ | 10010110110010100111110110010110110010100111101101011110 | 96ca7d96ca7b5e |
EUC-JP | 面}面{^ | 11001100110011000111110111001100110011000111101101011110 | cccc7dcccc7b5e |
UTF-8 | 面}面{^ | 111010011001110110100010011111011110100110011101101000100111101101011110 | e99da27de99da27b5e |
UHC | 面}面{^ | 11011000111111000111110111011000111111000111101101011110 | d8fc7dd8fc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)