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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ワ鑈淏エ | 11110000101101001101110011111011111001111111101101000010111101001000111010110100 | f0b4dcfbe7fb42f48eb4 |
EUC-JP | ?ワ鑈淏?エ | 001111111000111011011100100011111110010111101011100011111100011111011001001111111000111010110100 | 3f8edc8fe5eb8fc7d93f8eb4 |
UTF-8 | ワ鑈淏エ | 111011101000000110110011111011111011111010011100111010011001000110001000111001101011011110001111111011101000110010111101111011111011110110110100 | ee81b3efbe9ce99188e6b78fee8cbdefbdb4 |
UHC | ???淏?? | 00111111001111110011111111111011110010000011111100111111 | 3f3f3ffbc83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)