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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畏??揖? | 10001000110110000011111100111111100101110100101100111111 | 88d83f3f974b3f |
EUC-JP | 畏??揖? | 10110000110110100011111100111111110011011010110000111111 | b0da3f3fcdac3f |
UTF-8 | 畏븍뙋揖퀯 | 111001111001010110001111111010111011100010001101111010111001100110001011111001101000111110010110111011011000000010101111 | e7958febb88deb998be68f96ed80af |
UHC | 畏븍뙋揖퀯 | 11101000111001101011101011101011100011001001000011101011111001111011010001000010 | e8e6baeb8c90ebe7b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)