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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 盖犲h盖犲 | 111000011011001111100000101110100110100011100001101100111110000010111010 | e1b3e0ba68e1b3e0ba |
EUC-JP | 盖犲h盖犲 | 111000101011010111100000101111000110100011100010101101011110000010111100 | e2b5e0bc68e2b5e0bc |
UTF-8 | 盖犲h盖犲 | 11100111100110111001011011100111100010101011001001101000111001111001101110010110111001111000101010110010 | e79b96e78ab268e79b96e78ab2 |
UHC | 盖?h盖? | 11001011110011000011111101101000110010111100110000111111 | cbcc3f68cbcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)