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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?魄?白^ | 00111111111010011010111000111111100101001001001001011110 | 3fe9ae3f94925e |
EUC-JP | 瀣魄瀣白^ | 1000111111001001101100011111001010110000100011111100100110110001110001111111001001011110 | 8fc9b1f2b08fc9b1c7f25e |
UTF-8 | 瀣魄瀣白^ | 11100111100000001010001111101001101011011000010011100111100000001010001111100111100110011011110101011110 | e780a3e9ad84e780a3e799bd5e |
UHC | 瀣魄瀣白^ | 111110101010111011011011110111101111101010101110110110111101110001011110 | faaedbdefaaedbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)