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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邁キ逅コ | 111001111011000010110111111001111001000010111010 | e7b0b7e790ba |
EUC-JP | 邁キ逅コ | 1110111010110010100011101011011111101101111100001000111010111010 | eeb28eb7edf08eba |
UTF-8 | 邁キ逅コ | 111010011000001010000001111011111011110110110111111010011000000010000101111011111011110110111010 | e98281efbdb7e98085efbdba |
UHC | 邁?逅? | 110110001110010000111111111111011011000100111111 | d8e43ffdb13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)