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 | 咀繃咀棚^ | 100110011111000011100011011111011001100111110000100100100100100101011110 | 99f0e37d99f092495e |
EUC-JP | 咀繃咀棚^ | 110100101111001011100101110111101101001011110010110000111010101001011110 | d2f2e5ded2f2c3aa5e |
UTF-8 | 咀繃咀棚^ | 11100101100100101000000011100111101110011000001111100101100100101000000011100110101000111001101001011110 | e59280e7b983e59280e6a39a5e |
UHC | 咀繃咀棚^ | 111011101011101011011101110111101110111010111010110111011101110001011110 | eebadddeeebadddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)