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 | 茆o衆絲 | 1110010010011011100000101000111110001111010011111110001101001110 | e49b828f8f4fe34e |
EUC-JP | 茆o衆絲 | 1110011111111011101000111110111110111101101100001110010110101111 | e7fba3efbdb0e5af |
UTF-8 | 茆o衆絲 | 111010001000110010000110111011111011110110001111111010001010000110000110111001111011010110110010 | e88c86efbd8fe8a186e7b5b2 |
UHC | ?o衆絲 | 00111111101000111110111111110001111010111101111011101010 | 3fa3eff1ebdeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)