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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 炫式裙識 | 1111101101010010100011101010111011100101111000111000111010101111 | fb528eaee5e38eaf |
EUC-JP | 炫式裙識 | 100011111100100111010011101111001011000011101010111001011011110010110001 | 8fc9d3bcb0eae5bcb1 |
UTF-8 | 炫式裙識 | 111001111000001010101011111001011011110010001111111010001010001110011001111010001010110110011000 | e782abe5bc8fe8a399e8ad98 |
UHC | 炫式裙識 | 1111101011011011111000111101001011001111110110011110001111011011 | fadbe3d2cfd9e3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)