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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 逶幎犬^ | 11100111100110111001101111101011100011001010001001011110 | e79b9beb8ca25e |
EUC-JP | 逶幎犬^ | 11101101111110111101011011101101101110001010010001011110 | edfbd6edb8a45e |
UTF-8 | 逶幎犬^ | 11101001100000001011011011100101101110011000111011100111100010101010110001011110 | e980b6e5b98ee78aac5e |
UHC | ??犬^ | 0011111100111111110011001011001101011110 | 3f3fccb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)