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 | 跫ケ蟷ク^ | 11100110111011011011100111100101101110011011100001011110 | e6edb9e5b9b85e |
EUC-JP | 跫ケ蟷ク^ | 111011001110111110001110101110011110101010111011100011101011100001011110 | ecef8eb9eabb8eb85e |
UTF-8 | 跫ケ蟷ク^ | 11101000101101111010101111101111101111011011100111101000100111111011011111101111101111011011100001011110 | e8b7abefbdb9e89fb7efbdb85e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)