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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蜀灘エ托ス妝 | 11100101100001101001001111100101101101001001000111101111101111011001101101000010 | e58693e5b491efbd9b42 |
EUC-JP | 蜀灘エ托ス妝 | 111010011110011011000110111001111000111010110100110000101111000110001110101111011101010110100011 | e9e6c6e78eb4c2f18ebdd5a3 |
UTF-8 | 蜀灘エ托ス妝 | 111010001001110010000000111001111000000110011000111011111011110110110100111001101000100110011000111011111011110110111101111001011010011010011101 | e89c80e78198efbdb4e68998efbdbde5a69d |
UHC | 蜀灘?托?? | 111101011011100111110111101010000011111111110110111101010011111100111111 | f5b9f7a83ff6f53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)