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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 吾?吾?^ | 10001100111000010011111110001100111000010011111101011110 | 8ce13f8ce13f5e |
EUC-JP | 吾?吾?^ | 10111000111000110011111110111000111000110011111101011110 | b8e33fb8e33f5e |
UTF-8 | 吾퇓吾퇓^ | 11100101100100001011111011101101100001111001001111100101100100001011111011101101100001111001001101011110 | e590beed8793e590beed87935e |
UHC | 吾퇓吾퇓^ | 111001111110111010111000010001001110011111101110101110000100010001011110 | e7eeb844e7eeb8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)