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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 邇??\ | 1110011110001110001111110011111101011100 | e78e3f3f5c |
EUC-JP | 邇??\ | 1110110111101110001111110011111101011100 | edee3f3f5c |
UTF-8 | 邇렱렦\ | 11101001100000101000011111101011101000001011000111101011101000001010011001011100 | e98287eba0b1eba0a65c |
UHC | 邇렱렦\ | 11101100110001001000111010111110100011101011010101011100 | ecc48ebe8eb55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)