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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 襍カ莉九>^ | 11101000101101011011011011100100101110111000101111100011100000011000010001011110 | e8b5b6e4bb8be381845e |
EUC-JP | 襍カ莉九>^ | 1111000010110111100011101011011011101000101111011011011011100101101000011110010001011110 | f0b78eb6e8bdb6e5a1e45e |
UTF-8 | 襍カ莉九>^ | 11101000101001011000110111101111101111011011011011101000100011101000100111100100101110011001110111101111101111001001111001011110 | e8a58defbdb6e88e89e4b99defbc9e5e |
UHC | ??莉九>^ | 001111110011111111010111111010011100111011111010101000111011111001011110 | 3f3fd7e9cefaa3be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)