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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 矣?\}矣?\{^ | 1110000111100001001111110101110001111101111000011110000100111111010111000111101101011110 | e1e13f5c7de1e13f5c7b5e |
EUC-JP | 矣?\}矣?\{^ | 1110001011100011001111110101110001111101111000101110001100111111010111000111101101011110 | e2e33f5c7de2e33f5c7b5e |
UTF-8 | 矣햇\}矣햇\{^ | 1110011110011111101000111110110110010110100001110101110001111101111001111001111110100011111011011001011010000111010111000111101101011110 | e79fa3ed96875c7de79fa3ed96875c7b5e |
UHC | 矣햇\}矣햇\{^ | 11101011111110001100011111011110010111000111110111101011111110001100011111011110010111000111101101011110 | ebf8c7de5c7debf8c7de5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)