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 | 大客}大客{^ | 1001000111100101100010110111000101111101100100011110010110001011011100010111101101011110 | 91e58b717d91e58b717b5e |
EUC-JP | 大客}大客{^ | 1100001011100111101101011101001001111101110000101110011110110101110100100111101101011110 | c2e7b5d27dc2e7b5d27b5e |
UTF-8 | 大客}大客{^ | 111001011010010010100111111001011010111010100010011111011110010110100100101001111110010110101110101000100111101101011110 | e5a4a7e5aea27de5a4a7e5aea27b5e |
UHC | 大客}大客{^ | 1101001111011110110010111101010001111101110100111101111011001011110101000111101101011110 | d3decbd47dd3decbd47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)