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 | 際?弛?壁^ | 100011011101101100111111100100100110111100111111100101011100011101011110 | 8ddb3f926f3f95c75e |
EUC-JP | 際?弛?壁^ | 101110101101110100111111110000111101000000111111110010101100100101011110 | badd3fc3d03fcac95e |
UTF-8 | 際렠弛쇠壁^ | 11101001100110101001101111101011101000001010000011100101101111001001101111101100100001111010000011100101101000111000000101011110 | e99a9beba0a0e5bc9bec87a0e5a3815e |
UHC | 際렠弛쇠壁^ | 1111000010110111100011101011000111101100101011001011110011101000110110111111101001011110 | f0b78eb1ecacbce8dbfa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)