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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 鞳梧イサ\ | 11101000111000111000110011100110101100101011101101011100 | e8e38ce6b2bb5c |
EUC-JP | 鞳梧イサ\ | 111100001110010110111000111010001000111010110010100011101011101101011100 | f0e5b8e88eb28ebb5c |
UTF-8 | 鞳梧イサ\ | 11101001100111101011001111100110101000101010011111101111101111011011001011101111101111011011101101011100 | e99eb3e6a2a7efbdb2efbdbb5c |
UHC | ?梧??\ | 001111111110011111111100001111110011111101011100 | 3fe7fc3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)