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 | 勇??毓 | 100101110100010100111111001111111001111101111001 | 97453f3f9f79 |
EUC-JP | 勇??毓 | 110011011010011000111111001111111101110111011010 | cda63f3fddda |
UTF-8 | 勇싳뼃毓 | 111001011000101110000111111011001000101110110011111010111011110010000011111001101010111110010011 | e58b87ec8bb3ebbc83e6af93 |
UHC | 勇싳뼃毓 | 1110100110111000100110101110110010010110100011011110101110111110 | e9b89aec968debbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)